home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
pandawars.swf
/
scripts
/
DefineSprite_56
/
frame_29
/
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-03-20
|
143 b
|
11 lines
if(this.life <= 0)
{
active = false;
this.gotoAndPlay("flgZ");
}
else if(jump == true)
{
gotoAndStop("flgD2");
play();
}