home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / roam-and-protect.swf / scripts / DefineSprite_293 / frame_19 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  257 b   |  13 lines

  1. _root.enlist.splice(listnum,1);
  2. e = listnum;
  3. e;
  4. while(e < _root.enlist.length)
  5. {
  6.    eval("_root." add _root.enlist[e]).listnum -= 1;
  7.    e++;
  8. }
  9. targon = "false";
  10. removeMovieClip(eval("_root.scanner.enemy" add mynum));
  11. gotoAndStop("off");
  12. play();
  13.