Try something like this.
If (currentScore > level1HighScore)
Set high score.
It will only set the new score if it is greater than '>' the existing high score.
↧