home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
pendekar.swf
/
scripts
/
DefineSprite_573
/
frame_1
/
DoAction.as
Wrap
Text File
|
2006-05-08
|
214b
|
13 lines
x = Math.floor(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
msg = x + "% LOADED";
_parent.bar.gotoAndStop(this.x);
if(x < 100)
{
play();
}
else
{
_parent.playbutton.play();
stop();
}