home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_5
/
DoAction.as
Wrap
Text File
|
2008-09-12
|
131b
|
10 lines
n = int(getBytesLoaded() / getBytesTotal() * 100);
if(n >= 100)
{
gotoAndPlay(34);
}
else
{
barra.gotoAndStop(n);
}