home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DemonicDefence3.swf / scripts / DefineSprite_780 / frame_8 / DoAction.as
Encoding:
Text File  |  2005-09-27  |  152 b   |  9 lines

  1. if(this.hitTest(_root.cast1) || randomAttack == 1)
  2. {
  3.    gotoAndPlay(22);
  4. }
  5. if(!this.hitTest(_root.enemy))
  6. {
  7.    randomAttack = random(10) + 1;
  8. }
  9.