How do I make the character in my game to continue after he dies? i want to make a button and for some in-game coins he can click the button and continue the game. how do i do that?
you have a lot of choices about that... you can make a variable in the instance of the character like "if the life is 0, you can add a button for use the coins..."
if you click the button, the button subtracts some number to another variable(coins), and make another event like:
if the player is death, and the button of "revive" is clicked, make the character to play...
you have a lot of way to do that...