home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
catitens.swf
/
scripts
/
DefineSprite_75
/
frame_45
/
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-09-27
|
218 b
|
13 lines
this.onEnterFrame = function()
{
if(Math.floor(_root.getBytesLoaded() / _root.getBytesTotal() * 100) > 80)
{
delete onEnterFrame;
this.play();
}
else
{
this.stop();
}
};