home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
vcleaning.swf
/
scripts
/
frame_2
/
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-23
|
203 b
|
10 lines
if(this._framesloaded != this._totalframes)
{
percent = math.round(this.getBytesLoaded() / this.getBytesTotal() * 100);
_root.lod._width = 200 - percent * 2;
}
else
{
gotoAndPlay(4);
}