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

  1. _root.convoylist.splice(listnum,1);
  2. e = listnum;
  3. e;
  4. while(e < _root.convoylist.length)
  5. {
  6.    eval("_root." add _root.convoylist[e]).listnum -= 1;
  7.    e++;
  8. }
  9. eval("_root.scanner." add _name)._visible = 0;
  10.