Unlocking Characters?
kylemikulcik23
Member, PRO Posts: 10
In my game i want to make it where the you reach a certain score you can unlock a character. Say that to get the first character you need a score of 50. To get the second you have to get a score of 100, and so on. I could I accomplish this?
Comments
Also i want to have it saved when quiting out of the game and starting it up again
Pretty old thread, but it might help:
http://forums.gamesalad.com/discussion/33919/how-to-make-character-unlocks
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Make a table with Booleans, row 1 = character 1
2 = character 2
When points >= 50, change table value 1,1 to true (or 1)
Save table
Save table
Tables automatically load at startup