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

  1. _root.shiptocnt = 0;
  2. _root.fightertocnt = 0;
  3. _root.bombertocnt = 0;
  4. action = "breif";
  5. thislev = "level6";
  6. display.gotoAndPlay("breif");
  7. restart = "false";
  8. dead = "false";
  9. movevar = 0;
  10. truckmove = 3;
  11. enlist = [];
  12. convoylist = [];
  13. convoyx = 2000;
  14. encnt = 0;
  15. convoytotal = 2;
  16. complete = "false";
  17. entarglist = [];
  18. guageson = "false";
  19. _root.shipspeed = 6;
  20. _root.fighterspeed = 10;
  21. _root.bomberspeed = 2;
  22. _root.ennum = shipnum + fighternum + bombernum;
  23. _root.fighternum += _root.shipnum;
  24. _root.bombernum += _root.fighternum;
  25. _root.generatemulti = 3;
  26. _root.refreshrate = 5;
  27. _root.refreshmax = 50;
  28. _root.refreshtimed = "true";
  29. stop();
  30.