Any good save/load game tuts or .capx?
You can always do something simple to start, like (with keyboard object):
when "S" is pressed = system>save> to "mysave"
When "L" is pressed = system load> to "mysave"
Then there's stuff like this:
https://www.scirra.com/tutorials/321/ho ... game-slots
Have fun!
Thanks man Ill check it out later today.
How about android save and load system?
Should work the same way as described above. If not you can try saving the save .JSON string to local storage plugin. (I dont develop for android right now)
jojoe where can i find that tutorial using JSON?
Try this one:
https://www.scirra.com/tutorials/526/ho ... -savegames
Develop games in your browser. Powerful, performant & highly capable.
Hey guys, Dunno if this would be useful but it works.
Save slots when saving a game
I made the purple block drop and drag so you can test the save and load.
Clicking the red block will add to the variable. I believe it is just saving the game state. Which is what a lot of people where looking for.
Anyway, here it is
https://onedrive.live.com/redir?resid=E ... ile%2ccapx