home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Esportes
/
sheep3.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
|
2005-11-18
|
217 b
|
10 lines
totalb = this.getBytesTotal();
totalk = int(totalb / 1024);
loadb = this.getBytesLoaded();
loadk = int(loadb / 1024);
load = int(loadk / totalk * 100);
tellTarget("/load")
{
gotoAndStop(eval("/:load"));
}