home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
cone_crazy_2.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
|
2007-03-20
|
253 b
|
13 lines
loadingbar.onEnterFrame = function()
{
if(_root.getBytesLoaded() >= _root.getBytesTotal())
{
_root.gotoAndPlay("init");
}
else
{
this._xscale = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
}
};
stop();