home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
CHIP_CD_2003-11.iso
/
software
/
animfx
/
setupanimfx.exe
/
#setuppath#
/
spinner.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
|
263 b
|
10 lines
xposstart = parseFloat(x4) + xposadd;
yposstart = parseFloat(y4);
hexV = parseInt(colortext);
myColor = new Color(letter02);
myColor.setRGB(hexV);
hexV = parseInt(colorbackground);
myColor = new Color(background);
myColor.setRGB(hexV);
delayall = delay;