home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
asitchintime2.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
|
2005-11-09
|
279 b
|
12 lines
if(perso.persoBody.hitTest(hitZone) and !c.persoIsDying)
{
c.damage(_root.persoHealth);
c.persoXSpeed = 0;
c.persoYSpeed = -10;
c.persoIsDying = true;
c.persoIsInPain = true;
c.persoAnim("death");
sleeper.sleeper.gotoAndPlay("play");
stop();
}