How to reset score after player loses
HeyFries
Member Posts: 78
What's the best way to have the score reset to 0 in a game of multiple levels after player loses life? Thanks
Comments
Change attribute score = 0
when score > highscore
change highscore to score
then when you reset score to 0, because it isn't higher than the previous recorded high score, it won't change it.