home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
snake-coil.swf
/
scripts
/
frame_4
/
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-09-29
|
165 b
|
13 lines
tb = getBytesTotal();
lb = getBytesLoaded();
v = int(lb / tb * 100);
_root.preloader._xscale = v;
if(lb < tb)
{
gotoAndPlay(2);
}
else
{
play();
}