Score Reset Issue
rcalvo924
Member Posts: 7
Hey peeps! Well, I got my game made, but the only issue Im having is that my score does not reset back to 0 when the player starts a new game.
its one of those, "get the highest score you can" types, where when you die, you start over and try to beat your own score.
but the thing is, is that when you start over, the previous score still shows and does not reset to 0 when a new game is started.
How do I fix this??
Comments
put this behavior on any actor on the scene ,
change attribute game.score to 0 , game attributes dont reset when you reset the scene so you have to do it yourself.
Thanks! This solved my issue