home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineSprite_922 / frame_24 / DoAction.as
Encoding:
Text File  |  2005-09-27  |  111 b   |  10 lines

  1. if(!this.hitTest(_root.cast1))
  2. {
  3.    this.attack = 0;
  4.    gotoAndPlay(1);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(3);
  9. }
  10.