home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
PrettyBang.swf
/
scripts
/
frame_2
/
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-09-27
|
197 b
|
10 lines
total = _root.getBytesTotal();
loaded = _root.getBytesLoaded();
total_k = Math.round(total / 1000);
loaded_k = Math.round(loaded / 1000);
if(loaded < total)
{
prevFrame();
play();
}