home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / coffeetycoon_Demo.swf / scripts / frame_324 / DoAction_2.as next >
Encoding:
Text File  |  2006-06-13  |  732 b   |  20 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. trace("statistics_nest:  locale=" + _root.localetype);
  17. _root.select_locale(_root.localetype);
  18. _root.anttypeclip.gotoAndPlay("type_" + _root.anttype);
  19. _root.show_playgraphics();
  20.