You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3>Step 8: Remember and display the maximum score</h3>
<p><strong>Keep track of the high score within each game</strong>. </p>
<p>Make a new variable <code>MAX SCORE</code> that appears on the stage (you can move it so it doesn't hide <code>SCORE</code>), and have it always contain the highest score ever achieved in that one game.</p>
<hr />
<p>As in step 7, you will need to use <code>if</code> to decide when to change <code>SCORE</code>. </p>