home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
CHIP_CD_2003-11.iso
/
software
/
animfx
/
setupanimfx.exe
/
#setuppath#
/
powerzoom.swf
/
scripts
/
frame_16
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-09-25
|
302 b
|
12 lines
i = 1;
xposstart = parseFloat(x4);
yposstart = parseFloat(y4);
hexV = parseInt(colortext);
myColor = new Color(letter04);
myColor.setRGB(hexV);
hexV = parseInt(colorbackground);
myColor = new Color(background);
myColor.setRGB(hexV);
setProperty("letter04", _visible, false);
playsound = "";