I'm trying to track high score in my game but can't get it to work. Could you take a look?
EDIT: See new post by me below
No one knows what you are trying to do except for you. I took a look, but I have no idea what the issue is, so I can't really help you. Give us some more information and I'm sure we can help you get it worked out.
You get a point every 10 seconds, and I want to display the high score on the title screen. I've uploaded the file for reference.
Develop games in your browser. Powerful, performant & highly capable.
You're resetting the global variables every 10 seconds as well, which, in turn, resets the score. I'm guessing that's what your issue is. Still not much information to go on here, but that's my best guess.
Here, this is a screenshot of the logic I'm using to try to track high scores.
You need to set layout 2 to use event sheet 1.
Could I get a bit of help? I changed a few things but it's still not working.