home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
Epic_Mouse.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
|
2008-09-04
|
195 b
|
7 lines
btload = _root.getBytesLoaded();
totbt = _root.getBytesTotal();
sclbar = btload * 100 / totbt;
sclbar = Math.round(sclbar);
percentage = sclbar + "%";
custom_animation.gotoAndPlay(sclbar);