Hello!
I'm doing a platformer. In my game, the player has a set number of lives. Each time he dies, he gets back to the beginning of the level. The collectibles (COINS) should NOT respawn (so he cannot re-take a coin he already got).
But they should be back when he uses a continue. I'm not able to do that (the coins are set as Global, so they don't reapear between lives, but that way they don't reapear with a restart layout).
Any ideas on how to deal with that?
Thanks in advance!