home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
timepilot.swf
/
scripts
/
DefineSprite_18
/
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
|
2007-03-13
|
158 b
|
7 lines
PercentLoaded = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
LoadingBar._xscale = PercentLoaded;
if(PercentLoaded == 100)
{
_root.play();
}