home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Estrategia
/
ant_war.swf
/
scripts
/
DefineSprite_59
/
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
|
2007-03-13
|
194 b
|
14 lines
total = int(_root.getBytesTotal() / 1000);
download = int(_root.getBytesLoaded() / 1000);
if(total == download)
{
tellTarget("../")
{
play();
}
}
else
{
play();
}