home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineSprite_1005 / frame_18 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  93 b   |  6 lines

  1. if(_root.guy.hitTest(this))
  2. {
  3.    _root.guy.gotoAndStop("hit2");
  4.    _root.player -= 1;
  5. }
  6.