
How to create gravity in Scratch? - Stack Overflow
Mar 23, 2022 · For people looking to advance their skills in Scratch and add gravity and jumping to your 2D game. Simple to use and easily optimizable. This can work for platformers or other …
How to create a Save/Load function on Scratch? - Stack Overflow
Apr 20, 2022 · 2 I am trying to make a game on Scratch that will use a feature to generate a special code, and when that code is input into a certain area it will load the stats that were …
Why is my Scratch Cloud Variable not Updating? - Stack Overflow
Mar 30, 2020 · Scratch cloud variables can often be quite glitchy and take quite a large amount of time to update. I know this may not be the answer you are looking for, but making an online …
Breakable loop in Scratch? - Stack Overflow
Jun 6, 2015 · How do you make a breakable loop in Scratch? I'm using Scratch 2.0 and can't find any good way to make a loop breakable, from inside of the loop itself.
scratch sprite not registering hit consistently - Stack Overflow
May 9, 2021 · This simple shooter game is supposed to result in the sprite shattering and disappearing when hit. It will work maybe 40% of the time. Here's the link to the project and …
What is the usecase of Scratch Registers in ARM? - Stack Overflow
Jul 10, 2020 · Why do we have a scratch register in ARM Architecture? How the processor uses it, I mean what is the purpose of this register?
Attaching to a docker container with base image scratch?
Oct 24, 2016 · You need to add a shell to your empty base image (SCRATCH) in order to attach to it. Right now, your image only include an executable, which is not enough. As mentioned in …
Scratch: Broadcast message spawning more and more clones each …
Apr 25, 2024 · Scratch: Broadcast message spawning more and more clones each time, how to fix Asked 1 year, 6 months ago Modified 1 year, 4 months ago Viewed 1k times
Cannot save project in Scratch - Stack Overflow
Jul 16, 2021 · My project no longer saves in Scratch 3.0. I tried refreshing and going to My Stuff but that did not help. The project does not contain any large files, but there are large blocks of …
How do I make a Scratch sprite bounce off the edge of a maze?
May 31, 2018 · I'm currently making a project, where I have a sprite that is controlled by the player, and it has to make its way through a maze-like stage: The red box is the player. How …