home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / blob_wars.swf / scripts / DefineSprite_280 / frame_248 / DoAction.as
Text File  |  2010-05-15  |  204b  |  12 lines

  1. if(_root.redwins == _root.rounds || _root.bluewins == _root.rounds)
  2. {
  3.    gotoAndStop(1);
  4.    _root.removePieces();
  5.    _root.gameOver();
  6. }
  7. else
  8. {
  9.    _root.removePieces();
  10.    _root.nextRound();
  11. }
  12.