High Score issue

ajkrohnajkrohn Member, PRO Posts: 14

Hi,

I am having issues with high scores. The highscore attribute works properly but only about 75% of the time. My code says :when game.score > game.highscore CHANGE ATTRIBUTE game.highscore to game.score, then it saves the attribute and loads it into the score actors.

Anyone have any idea what is going on here?

Thanks

Andrew

Comments

  • -Timo--Timo- Member Posts: 2,313

    Change it to
    If game.highscore < game.score
    Change highscore to score

  • LovejoyLovejoy Member Posts: 2,078

    Maybe set a short timer like after 0.2 save attribute.

Sign In or Register to comment.