home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 108
/
jogo-disk-108.iso
/
Games
/
blob_wars.swf
/
scripts
/
DefineSprite_280
/
frame_248
/
DoAction.as
Wrap
Text File
|
2010-05-15
|
204b
|
12 lines
if(_root.redwins == _root.rounds || _root.bluewins == _root.rounds)
{
gotoAndStop(1);
_root.removePieces();
_root.gameOver();
}
else
{
_root.removePieces();
_root.nextRound();
}