home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
avalanche.swf
/
scripts
/
DefineSprite_45
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-28
|
205 b
|
12 lines
_root.stop();
PercentLoaded = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
if(PercentLoaded != 100)
{
tghbar._xscale = PercentLoaded;
}
else
{
gotoAndStop("loaded");
play();
}