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

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