home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
CHIP_CD_2003-11.iso
/
software
/
animfx
/
setupanimfx.exe
/
#setuppath#
/
cross.swf
/
scripts
/
frame_1
/
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
|
177 b
|
8 lines
total_bytes = _root.getBytesTotal();
loaded_bytes = _root.getBytesLoaded();
percent_done = int(loaded_bytes / total_bytes * 100);
ifFrameLoaded(6)
{
gotoAndPlay(3);
}