I just finished this tutorial scirra.com/tutorials/448/arcade-style-high-score
I did everything in it just like in the video, but have been having issues. At first, all I could get the score to show was NaN. I then wrapped the line under Web Storage in int() so it looks like this: (WebStorage.LocalValue(HighScore)).
However, it now only shows a zero and it never changes. Can anyone give me any hints here?