I've created a 'New Highscore' logo which i want to show up every time the Highscore of my game has been beaten. The problem i'm having is that the logo seems to only appear when it feels like it. It doesn't appear everytime the Highscore is beaten, only on occasions does it appear.
What i've done is the following to make the logo appear -
On Game Over Layout
Condition
System (Every Tick)
System (TotalDistance > WebStorage.LocalValue("GameHighscore")
Action
Sprite (Set Position to (321,102))
I'd appriciate a solution to this problem as I'm not sure what the issue is, i think i've done this correctly but i presume i'm wrong as it's not working
I've uploaded a capx file i quickly put together to demonstrate my problem.