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

  1. targon = "false";
  2. _visible = 1;
  3. hits = 10;
  4. hitvar = 50 / hits;
  5. mynum = _name.charAt(4);
  6. mylist = [];
  7. mylist[0] = _name;
  8. mylist[1] = 200;
  9. _root.entarglist[mynum] = mylist;
  10. tempBase = new String();
  11. if(_name.charAt(0) == "b")
  12. {
  13.    listnum = _root.convoylist.length;
  14.    _root.convoylist[_root.convoylist.length] = _name;
  15. }
  16.