home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / ant_war.swf / scripts / frame_397 / DoAction.as < prev   
Encoding:
Text File  |  2007-03-13  |  383 b   |  16 lines

  1. _root.colonyname = "Colony Name";
  2. _root.antlevel = 0;
  3. _root.localetype = 0;
  4. _root.lastscene = "colony_ants";
  5. _root.colonynametxt = _root.colonyname;
  6. _root.colonynamebox.onSetFocus = function()
  7. {
  8.    _root.colonynametxt = "";
  9. };
  10. _root.autobuy = false;
  11. _root.automove = false;
  12. _root.warsummary = true;
  13. _root.autobattle = false;
  14. _root.ants_clearstats();
  15. _root.init_all();
  16.