How do I save scores? I don’t really need something too complex… At the very least, saves the highest score. Help anyone?
[import]uid: 45459 topic_id: 8212 reply_id: 308212[/import]
Well if you search the forums you will find a good amount of info on your different options. this is where i would start:
http://developer.anscamobile.com/forum/2011/02/02/how-can-i-easily-implement-save-and-load-system-0
unfortunately its not SUPER simple if you are a beginner, but im sure you can work your way through it, i myself had it working but still have a ways to go to get my save score system working how i would like, good luck! [import]uid: 19620 topic_id: 8212 reply_id: 29341[/import]
http://developer.anscamobile.com/code/simple-local-score-framework [import]uid: 24111 topic_id: 8212 reply_id: 29373[/import]
I actually found something in the Beebe Games Class that I found usable to save high scores
Which is pretty much the same thing they got in Ghosts vs. Monsters. Thanks for those suggestions though
I shall look into them as well, soon. [import]uid: 45459 topic_id: 8212 reply_id: 29425[/import]
I’m using this framework from the Sample Code:
http://developer.anscamobile.com/code/another-local-score-framework
It works well for me. [import]uid: 19626 topic_id: 8212 reply_id: 29751[/import]