Hello everyone.
I have been trying to get my head around this for weeks now and I have not gotten anywhere with anything at all. I am trying to store some data from the game so that when a player touches "Load Game" it'll load all the values in the variables of the individual scores (in the image below - if it works).
Here's a small cap of it all.. At the end of each layout (Level) the player completes, his/her score is added to the overall score count on the Selection menu. This is all good as it saves it for them and they can come back to it. However, as many of you may know is the fact that the "Save" option in the "System" command saves everything.. the whole state the game is in currently. This is all good and nice, but it's not good and nice if you want to update the game.
So, my question is, how do I get the variables saved individually and not as a whole mess of data and MB's that aren't needed. Let's say, I want to save the Score and the Score only. What do I have to do to make that work?
I'm sorry if I have confused anyone in this post, but I wanted to give as much information as I possible could.
Image 1 => [SHOULD] Saves the values from the end of each level.
Image 2 => [SHOULD] Loads the values from each level back into the game.