home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
Money-Money.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-08-19
|
173 b
|
9 lines
total = _root.getBytesTotal();
loaded = _root.getBytesLoaded();
rate = int(100 / total * loaded);
_root.barra._xscale = rate;
if(rate == 100)
{
gotoAndStop(3);
}