home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
Kung_Fu.swf
/
scripts
/
DefineSprite_275_Baddie5
/
frame_281
/
DoAction.as
Wrap
Text File
|
2007-09-26
|
165b
|
9 lines
if(_root.guy.hitTest(this))
{
_root.guy.gotoAndStop("hit2");
Hita = new Sound();
Hita.attachSound("Hit1");
Hita.start();
_root.player -= 1;
}