In the gameover layout, If Global,Score > highscore
highscore set to Score.
t2 set to highscore
So I want to save the high score in local.
So this is the event above.
If Global,Score > highscore
-highscore set to Score.
-Set key"savescore" to highscore
-t2 set to webstorage.localkey("savescore")
I guess this could be the issue..
first you set highscore to score, so global.score isn't bigger than highscore for the second event.
It's not clear to me why you are using two events for this anyway.