how to save scores
nir3112
Member, PRO Posts: 312
in my app i make a missions and when u finish mission the game make "v" near it and i want to save this so when the player come to the app again it will know he was finish this mission..how can i do it?
(sorry for my English)
(sorry for my English)
Comments
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Also consult the GameSalad CookBook Channel on YouTube -- particularly video tutorials on Score Keeping and Saving and Loading custom score attributes Good luck!
so after the player finish some mission the game use the 'save' behavior and save it to some key and then i make a rule that say if the game.time > 0 'load' the stuff back
it will work?
thx alot!!!
nir3112
Yes, you would save the attribute whenever you need it to be saved and then load it by using a load attribute behavior (no need for a timer because it should load as soon as the app starts).
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User