home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2002 April / GSSH42002.iso / EDITOREN / DS / gmax / gmaxinst_1-1.exe / gmaxsetup11.cab / gMaterialEDhighlight.swf / scripts / frame_3 / DoAction.as
Text File  |  2002-02-13  |  174b  |  5 lines

  1. fSpecularLevel = Number(vSpecularLevel) / 100;
  2. fGlossiness = Number(vGlossiness) / 100;
  3. curve.fDrawCurve(fSpecularLevel,fGlossiness);
  4. mask._visible = vEnabled != "true";
  5.