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

  1. if(colorBackground != null)
  2. {
  3.    new Color(background).setRGB(colorBackground);
  4.    new Color(bottom.surface).setRGB(colorBackground);
  5.    new Color(top.left.surface).setRGB(colorBackground);
  6.    new Color(top.center.surface).setRGB(colorBackground);
  7.    new Color(top.right.surface).setRGB(colorBackground);
  8.    colorBackground = null;
  9. }
  10. if(colorText != null)
  11. {
  12.    new Color(label).setRGB(colorText);
  13.    colorText = null;
  14. }
  15.