Best Score Problem

Fal01Fal01 Member Posts: 460

Hi all,

I'm sure there is an obvious solution to this, but I just can't think of one.

I have a 'score' attribute and a "high score' for when score is >than high score.

When there is a new high score I want to spawn a text that says 'new best' but because the new high score changes with the score it never gets higher than it.

If you know what I mean :|

Comments

  • Thunder_ChildThunder_Child Member Posts: 2,343

    Hmmm interesting. I would think you do it just like score vs highscore. Make an interger called new best. Make a rule that attribute score is greater than highscore...spawn text display "new highscore" for 3 seconds or so. Yes? No? Maybe works?

Sign In or Register to comment.