home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / ant_war.swf / scripts / frame_575 / DoAction.as
Encoding:
Text File  |  2007-03-13  |  309 b   |  8 lines

  1. _root.update_eventstats("_root.retreat_playstats");
  2. _root.calc_foodgraph("_root.play_foodbar");
  3. _root.calc_nestgraph("_root.play_nestbar");
  4. _root.calc_antgraph("_root.play_antbar");
  5. _root.anttypeclip.gotoAndPlay("type_" + _root.anttype);
  6. _root.retreats = _root.retreats + 1;
  7. _root.show_playlocation();
  8.