home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / roam-and-protect.swf / scripts / DefineSprite_289 / frame_17 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  238 b   |  12 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. removeMovieClip(eval("_root.scanner.enemy" add mynum));
  10. gotoAndStop("off");
  11. play();
  12.