home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2002 April
/
GSSH42002.iso
/
EDITOREN
/
DS
/
gmax
/
gmaxinst_1-1.exe
/
gmaxsetup11.cab
/
gMaterialEDtop.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2002-02-13
|
434b
|
15 lines
if(colorBackground != null)
{
new Color(background).setRGB(colorBackground);
new Color(bottom.surface).setRGB(colorBackground);
new Color(top.left.surface).setRGB(colorBackground);
new Color(top.center.surface).setRGB(colorBackground);
new Color(top.right.surface).setRGB(colorBackground);
colorBackground = null;
}
if(colorText != null)
{
new Color(label).setRGB(colorText);
colorText = null;
}