home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / tactics_core.swf / scripts / frame_78 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  219 b   |  12 lines

  1. stop();
  2. allystats._visible = queue._visible = activestats._visible = targetstats._visible = true;
  3. if(muted != true)
  4. {
  5.    Mute.gotoAndStop("UnMuted");
  6. }
  7. else
  8. {
  9.    Mute.gotoAndStop("Muted");
  10. }
  11. beginnextturn();
  12.