home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
keno.swf
/
scripts
/
DefineSprite_164
/
frame_2
/
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-09-05
|
265 b
|
15 lines
if(frame)
{
nTime++;
if(timeOut < nTime)
{
_root.setTimeOut(funcString,timeOut,true);
removeMovieClip(this);
}
}
else if(getTimer() - time >= timeOut)
{
_root.setTimeOut(funcString,timeOut,true);
removeMovieClip(this);
}