Pong game tutorial

Hi all! I have just recently read the pong tutorial in the actionscript section. I would like to thank the the person or person’s that developed the tutorial as it was written well.

Now my question is this, I have modified the game slightly so I have got a start and restart page, the start page is just to start of the game and a few instructions and the 2nd frame which is the restart page will have “Game over” and then a restart button, which I have done.

The problem is this I have added this snippit: gotoAndStop(2) code to the end of the endGame() function. So now when the player runs out of lives or finishes the game, the game over screen will appear.

But it isn’t displaying correctly, as it shows the Game Over screen but it has all the bricks over the top of it. How would I stop it from doing this.

Thanx for helping.