home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
help_turtle.swf
/
scripts
/
frame_73
/
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
|
222 b
|
13 lines
function faildck()
{
if(lifeMc.bar._xscale <= 0)
{
lifeMc.bar._xscale = 0;
_root.gotoAndPlay("faild");
_root.fishMc.gotoAndPlay("end");
playM = false;
}
}
stop();
endM = false;