home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
powerfox.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2006-03-21
|
239b
|
12 lines
totalbytes = _root.getBytesTotal();
bytesloaded = _root.getBytesLoaded();
percent = int(bytesloaded / totalbytes * 100);
if(percent < 0)
{
percent = 0;
}
tellTarget("_root.loader")
{
gotoAndStop(int(_root.percent / 2));
}