Hi guys, in my capx, you can see that the array is not properly saved as it won't show the new value once you restart the layout. Press the Up sprite to change value, and press the restart sprite to restart the layout.
If you play it in the debugger, you can see that once it restarts layout, the values all return to 0. I guess it must be that I am not properly saving my array cause the loading seems to work. But I am using the same style of code from an earlier game of mine that worked. I am sure I must be missing something simple.....I hope.