Keep track of the high score within each game.
Make a new variable MAX SCORE
that appears on the stage (you can move it so it doesn't hide SCORE
), and have it always contain the highest score ever achieved in that one game.
As in step 7, you will need to use if
to decide when to change SCORE
.
Our step 8 solution: tinyurl.com/bjchoc8