home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 April / maximum-cd-2002-04.iso / Software / Apps / gmax / gmaxinst.exe / gmaxsetup11.cab / gMaterialEDhighlight.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2001-09-12  |  174 b   |  5 lines

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