(Solved) Global variable not working

Hello.
When I use Score as a scene variable, the “ScoreLabel” score changes, but when I use the
When I change it to a global variable, the “ScoreLabel” score does not change.

What event should I give to the “ScoreLabel” object?


Which event did you give to the “ScoreLabel” object (the one that did not work)?

It should be very uncomplicated, like:
capture_label

Btw the name of your global variable is “GlobalSocre” but this shouldn’t be a problem if you have declared the global variable in advance (it should come up in the dropdown for the text).

2 Likes