home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineSprite_275_Baddie5 / frame_281 / DoAction.as
Text File  |  2007-09-26  |  165b  |  9 lines

  1. if(_root.guy.hitTest(this))
  2. {
  3.    _root.guy.gotoAndStop("hit2");
  4.    Hita = new Sound();
  5.    Hita.attachSound("Hit1");
  6.    Hita.start();
  7.    _root.player -= 1;
  8. }
  9.