home *** CD-ROM | disk | FTP | other *** search
- _root.ants_init();
- _root.ant_calcnums();
- _root.mute();
- trace("statistics_ants: locale=" + _root.localetype);
- _root.update_eventstats("_root.colonyants_playstats");
- _root.lastscene = "colony_ants";
- _root.currentscene = _root.lastscene;
- _root.calc_foodgraph("_root.ants_foodbar");
- _root.calc_nestgraph("_root.ants_nestbar");
- _root.calc_antgraph("_root.ants_antbar");
- _root.colony_title = _root.colonyname;
- _root.show_anttips();
- _root.anttypeclip.gotoAndPlay("type_" + _root.anttype);
- _root.show_playgraphics();
-