home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DemonicDefence3.swf / scripts / DefineSprite_597 / frame_92 / DoAction.as
Encoding:
Text File  |  2005-09-27  |  112 b   |  10 lines

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