home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
DesktopInvaders.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
|
2006-06-13
|
157 b
|
10 lines
if(_framesloaded >= _totalframes)
{
gotoAndPlay(4);
}
else
{
count = _totalframes / "100";
loading = int(_framesloaded / count) add "%";
}