Highscore is one point lower than the normal score
kowalski10
Member Posts: 2
Hi! Im hoping that somebody could solve the next issue:
- I have set up my game.SCORE with a timer, so every 0,01 seconds, game.Score = game.Score + 1.
_ Then I set up the highscore attribute just as shown in TSB´S tutorial:
If game.Score is greater than game.Highscore =>
Change attribute: game.Highscore to game.score.
- The MAIN ISSUE IS:
The first time I set up a score I get (For Example): HighScore= 170 and Score=171 !!!
Does somebody know what the problem is??
Thanks!!