home *** CD-ROM | disk | FTP | other *** search
- _root.shiptocnt = 0;
- _root.fightertocnt = 0;
- _root.bombertocnt = 0;
- action = "breif";
- thislev = "level1";
- display.gotoAndPlay("breif");
- _root.arrows.gotoAndStop("blank");
- restart = "false";
- dead = "false";
- movevar = 0;
- truckmove = 3;
- enlist = [];
- convoylist = [];
- convoyx = 2000;
- encnt = 0;
- convoytotal = 3;
- complete = "false";
- entarglist = [];
- guageson = "false";
- _root.shipnum = 16;
- _root.shipspeed = 4;
- _root.fighternum = 4;
- _root.fighterspeed = 5;
- _root.bombernum = 0;
- _root.bomberspeeed = 2;
- _root.ennum = shipnum + fighternum + bombernum;
- _root.fighternum += _root.shipnum;
- _root.bombernum += _root.fighternum;
- _root.generatemulti = 1;
- _root.refreshrate = 40;
- _root.refreshmax = 200;
- _root.refreshtimed = "false";
- stop();
-