home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
ntech.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
|
240 b
|
12 lines
stop();
this.onEnterFrame = function()
{
Loaded = getBytesLoaded() / getBytesTotal() * 100;
LoadCounter = Loaded;
Special = "";
if(Loaded == 100 && PlayButton._currentframe == 1)
{
PlayButton.play();
}
};