Hey!
Thanks for your answer.
I'm trying to upload a photo of exactly what I've done but I can't find a way to upload the image.
But here is what it looks like coaded.
+ System: On start of layout
-> LocalStorage: Check item "Highscore" exists
+ LocalStorage: On item " : " exists
-> System: Set Highscore to LocalStorage.ItemValue
+ System: Score > Highscore
-> System: Set Highscore to Score
-> LocalStorage: Set item "Highscore" to ": "
+ System: Every tick
-> Highscore: Set text to " : " & Highscore
where have i gone wrong?
This is what i use as a high score text if you wonder -- > ( " : " )
Thanks in advance