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

  1. if(this.hitTest(_root.cast1) || randomAttack == 1)
  2. {
  3.    gotoAndPlay(14);
  4. }
  5. blah = random(20) + 1;
  6. if(this._x < -105.9)
  7. {
  8.    if(blah == 5)
  9.    {
  10.       randomAttack = 1;
  11.    }
  12. }
  13.