Hi.
So I am making a platform game which consists of 3 levels. On the level select screen I want to have the High Scores of each level underneath the Level Icon.
I'm using if Timer is below High score (which is set really high) set High score to timer. It's timer because the aim of the game is how fast can you complete it.
It works well but when you complete the level It says what you PREVIOUSLY got. Not your Best time. I need a way of saving this. Anyone know?