Hey! Currently I am having a lot of problems with my user input section. This is specifically on the splash “difficulty number” section, as it is not allowing for the user to go beyond this screen even when they press enter. Does anyone know why it does this?
I’ve never seen this before, so it’s either a Makecode issue or something somewhere else in your code. Could you share the project? I may be able to see some other cause with the rest of the code, though really nothing should be running before the On Start block. I have just tried this same thing in a new project and it’s working fine on my end.
It hasnt always been like this, but its unclear why it started. It started during one play, when I hadnt changed my code. I do have another version backed up: https://arcade.makecode.com/S82852-34994-76296-60924
This was before I added the user input, which is required for my project.
When putting code inside an On Game Update block, the game will not update the screen until the code inside stops running, so you game will freeze entirely until “collected all orbs” is true.