Question-How can I save game progress?

I want to let player collect candies throughout the game. But I found that if players switch back to the previous scene, the candies they have already collected will show up again. How can I make those collected candies disappear forever?

Comments

  • myke66myke66 Member Posts: 74

    You could use a table. Give each candy an identifier, then when the player collects the candy, it writes to the table that the candy was collected. Then have an Rule on each candy that says something like If candy#1 = collected, then destroy.

Sign In or Register to comment.