Fighting tutorial 3

Fighting Tutorials
#3-3
Finishing Touches

Open the fla from the last tutorial.

Create another frame and label it 1wins

On The frames make text saying player 1 wins.

also make a button that says play again.

and put in these actions.

on (release) {
_root.gotoandplay(1);
}

Create another frame and label it 2wins.

on the frame make text saying Player 2 wins.

make a button that says play again.

and put in these actions.

on (release) {
_root.gotoandplay(1);
}

Your game should be done.
BOOYAH