home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet Web Designer 86
/
PIWD86.iso
/
pc
/
contents
/
flash
/
utilities
/
setupanimfx.exe
/
#setuppath#
/
globe.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-12
|
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;