Score Reset Issue

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

  • IceboxIcebox Member Posts: 1,485

    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.

  • rcalvo924rcalvo924 Member Posts: 7

    Thanks! This solved my issue :D

Sign In or Register to comment.