home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
catitens.swf
/
scripts
/
DefineSprite_75
/
frame_85
/
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
|
299 b
|
17 lines
this.onEnterFrame = function()
{
if(Math.floor(_root.getBytesLoaded() / _root.getBytesTotal() * 100) >= 100)
{
_parent.play();
if(_parent.Signed == "True")
{
_root.sign = 1;
}
}
else
{
this.stop();
}
};
trace(_parent.Signed);