home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / ant_kendo.swf / scripts / DefineSprite_123 / frame_22 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  127 b   |  5 lines

  1. if(this.attack.hitTest(_root.enemy.attack) || this.attack.hitTest(_root.hero.attack))
  2. {
  3.    _root.sounder.gotoAndPlay(2);
  4. }
  5.