home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineSprite_1019 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-09-27  |  184 b   |  12 lines

  1. if(this.hitTest(_root.cast1))
  2. {
  3.    gotoAndPlay(79);
  4. }
  5. timerSend += 1;
  6. if(_root.enemyOut == 1 && timerSend > 8)
  7. {
  8.    timerSend = 0;
  9.    this.attack = 1;
  10.    gotoAndPlay(26);
  11. }
  12.