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

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