I wanted to store star counts for each level in array and save it and load from where it left. The problem..everything is stored before loading...but after loading, only 1 value is shown and even stars are not blinking. i have done the same method for highScore , it's working.
The above is : at end of each level, based on time,mission and health...the value gets added..and stored in array "starLevels". eg : lev1: 3, lev2: 2 etc....
The above is :loading the saving array on start of the layout.
The above is : at the time of load
The above is : at the time of save