home *** CD-ROM | disk | FTP | other *** search
- _root.mute();
- _root.nestcheatbutton._visible = false;
- _root.popup_confirm._visible = false;
- _root.popup_confirm.disable_confirm.setChangeHandler("disableconfirm",_root);
- if(_root.cheatmode == 1)
- {
- _root.nestcheatbutton._visible = true;
- }
- _root.update_eventstats("_root.colonynest_playstats");
- _root.lastscene = "colony_nest";
- _root.currentscene = _root.lastscene;
- _root.calc_foodgraph("_root.play_foodbar");
- _root.calc_nestgraph("_root.play_nestbar");
- _root.calc_antgraph("_root.play_antbar");
- _root.colony_title = _root.colonyname;
- _root.select_locale(_root.localetype);
- _root.anttypeclip.gotoAndPlay("type_" + _root.anttype);
-