home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / ant_war.swf / scripts / frame_455 / DoAction_3.as < prev    next >
Encoding:
Text File  |  2007-03-13  |  648 b   |  18 lines

  1. _root.mute();
  2. _root.nestcheatbutton._visible = false;
  3. _root.popup_confirm._visible = false;
  4. _root.popup_confirm.disable_confirm.setChangeHandler("disableconfirm",_root);
  5. if(_root.cheatmode == 1)
  6. {
  7.    _root.nestcheatbutton._visible = true;
  8. }
  9. _root.update_eventstats("_root.colonynest_playstats");
  10. _root.lastscene = "colony_nest";
  11. _root.currentscene = _root.lastscene;
  12. _root.calc_foodgraph("_root.play_foodbar");
  13. _root.calc_nestgraph("_root.play_nestbar");
  14. _root.calc_antgraph("_root.play_antbar");
  15. _root.colony_title = _root.colonyname;
  16. _root.select_locale(_root.localetype);
  17. _root.anttypeclip.gotoAndPlay("type_" + _root.anttype);
  18.