home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / coffeetycoon_Demo.swf / scripts / frame_209 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  523 b   |  15 lines

  1. _root.ants_init();
  2. _root.ant_calcnums();
  3. _root.mute();
  4. trace("statistics_ants: locale=" + _root.localetype);
  5. _root.update_eventstats("_root.colonyants_playstats");
  6. _root.lastscene = "colony_ants";
  7. _root.currentscene = _root.lastscene;
  8. _root.calc_foodgraph("_root.ants_foodbar");
  9. _root.calc_nestgraph("_root.ants_nestbar");
  10. _root.calc_antgraph("_root.ants_antbar");
  11. _root.colony_title = _root.colonyname;
  12. _root.show_anttips();
  13. _root.anttypeclip.gotoAndPlay("type_" + _root.anttype);
  14. _root.show_playgraphics();
  15.