Help with Saving and loading scenes in game.
robertkdale
USAMember Posts: 912
Hi,
Can someone please tell me how I might go about saving a scene. So that the player doesn't have to start from the beginning every time they exit the game as they can simply load the last scene that they played. Truthfully I am having a hard time using the save and load attributes. Thank you.
Also is there a way to auto save and auto load a scene in GameSalad?
Simply put I would like the game to automatically save the last scene that a player stopped the game on. When they turn the game back on I would like the game to start back on the same scene that they quit on.
If this is possible can someone please explain how to accomplish this in the most simplistic terms possible?
In truth I am still have trouble just figuring out how to save and load scenes within my game, which has 27 scenes.
Any feedback would be greatly appreciated!
Thank you for reading this post.
Can someone please tell me how I might go about saving a scene. So that the player doesn't have to start from the beginning every time they exit the game as they can simply load the last scene that they played. Truthfully I am having a hard time using the save and load attributes. Thank you.
Also is there a way to auto save and auto load a scene in GameSalad?
Simply put I would like the game to automatically save the last scene that a player stopped the game on. When they turn the game back on I would like the game to start back on the same scene that they quit on.
If this is possible can someone please explain how to accomplish this in the most simplistic terms possible?
In truth I am still have trouble just figuring out how to save and load scenes within my game, which has 27 scenes.
Any feedback would be greatly appreciated!
Thank you for reading this post.
Big Smile Games Play Happy!
Check out our other GameSalad exclusives.
Comments
i know its been a long time on this Question, but here is how i am implementing my levels.
I put a save attribute on my players x,y positions and score for that level.
I then use the same technique as @tshirtbooth2 uses in the video to loadattributes.
then again you could use global variables for everything.
then then again you could use tables.
but the basic idea is in the youtube link below.
the video is by tshirtbooth.