I'm trying to make a platform game with levels, I'm having some trouble adding lives into the game.
I'm having it something like = Player outside of layout = death (-1 life)
I used a picture with 3 hearts that I anchored to the top left of the screen, but I can't seem to get it to destroy one heart at a time if the player dies? I'm trying to make it so that the lives reset when you finish the level (and move to next layout). And one last thing, when the player runs out of lives, how do I make it so that he goes to a "Game Over" layout?
Please help and thank you.