home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
bee_war.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
|
2002-02-08
|
205 b
|
9 lines
LOADINGByte = int(_root.getBytesLoaded() / 1024) - 12;
LOADINGper = int(LOADINGByte / 90 * 100);
huzza_load.gotoAndStop(LOADINGper);
if(LOADINGByte >= 90)
{
gotoAndPlay(4);
}
LOADINGper += "%";