home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / AllienAttack.swf / scripts / frame_25 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  158 b   |  12 lines

  1. tellTarget("/defender")
  2. {
  3.    gotoAndStop(1);
  4. }
  5. dx = 32;
  6. setProperty("/defender", _X, dx);
  7. lives -= 1;
  8. if(0 < Number(lives))
  9. {
  10.    gotoAndPlay(4);
  11. }
  12.