C3
I found a C2 demo in an old post a while back. The demo records the score and the highest score - saves it to an array/local storage blah, blah, blah.
I've dissected it for a few days and it works great for levels 0 - 3, but stops recording the score/high score on level 4. Also any new levels I make have the same problem as level 4.
I've tried changing the level global variable, changing the instance variable and several other things, but nothing seems to solve the problem.
I'm thinking it may have something to do with the size of the array, but I'm only assuming that because I'm not great with arrays. The only other thing I can come up with is that something isn't syncing because I'm opening it in C3, but that's never happened to me before.
What am I missing?
dropbox.com/s/2fqk21sm87kma23/multiscoreSave.capx
Thank you.