So my game is almost finished and I wanted to add highscores. I searched for some tutorials and I read most of 'em. But for some reason the highscore value keeps displaying "NaN". For ease of understanding I created a new construct 2 project where I have the same problem.
What am I doing wrong?
The included capx file is very basic. Its a text box, when the game starts: every second 1 is added to score. and then if score is higher than highscore it will be saved and displayed.