home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
jump_dontstop.swf
/
scripts
/
DefineSprite_23_sprite
/
frame_36
/
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
|
269 b
|
14 lines
_root.lifecount -= 1;
if(_root.lifecount == 0)
{
duplicateMovieClip("_root.gameover","gameover1",216384);
_root.gameover1.gotoAndPlay(2);
_root.canmove = false;
_root.makeman = false;
}
else
{
_root.makeman = true;
}
this.removeMovieClip();