Hello,
First time posting. Working on my first Construct (C3) project and want to be able to save some game settings include a top ten scores (with names and rank). I'm close to done but run into a problem with saving the score data.
I've got how to save and load standard variables in a dictionary but after spending more time than I'm willing to admit, I can't figure out how to do the same for a 3w x 10h array (after reading the manual about local storage, arrays, and JSON). It looks like the array data gets stored in the dictionary but I can't get loaded back out into the array at next load, even though the data is there.
Here's a screenshot of the code I put together just for testing arrays and localstorage.
If anyone can provide any assistance I'd be grateful.
Thanks.