How to add a save game option help
Pennez-Games
Member Posts: 107
I am working on an iphone game, its going good so far because of all of everyones help here at gamesalad,
But i need a way to save the game and then later continue the game from where you last saved,
without this option it would be very anoying i hope you can help! thanks
But i need a way to save the game and then later continue the game from where you last saved,
without this option it would be very anoying i hope you can help! thanks
Answers
Just save all the attributes when you press a save button, and load them in the main menu.
If its a game where you want to save the players position, then just save the X&Y.
i made a new rule when touch bla bla bla then i added save atribute but i dont know what to do it says
save[ ]
as[ ]
What do i do here?
So you save Money as mny (or whatever you want to call the key). THen you'll Load mny to Money when you start your game.
I still don't understand how to create an attribute that allows your to save your progress. Any chance you could include a screen shot or sample project?
Very good information! Appreciate it! Thank you!
i dont understand why everyone bumps up threads that are years old.....
GSINVENTION FREE TEMPLATES
because they found the thread on the search feature (that admins so often suggest) and reply to it?
Is this supposed to work inside the gamesalad creator or only when published? tried setting up a boolean to be saved.
Save attribute
game.level1complete to lvlcomplete
load attribute
lvlcomplete to game.level1complete
didn't seem to work
Saves only happen on device. When you stop preview everything goes back to default conditions.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Save/Load works in preview, but it is only persistent for that preview session, so stopping preview and restarting it is just like uninstalling and reinstalling on a device.