
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 hide a particular sprite in mit-scratch? - Stack Overflow
May 28, 2018 · I am trying to write a scratch code in which on a button press a particular sprite will be displayed and on another button press another sprite will be displayed, the first one should …
How to create a cloud variable in Scratch - Stack Overflow
Apr 7, 2019 · But when I create a variable (I've used scratch 2 and 3) I get But I would like to get is this: I just watch a youtube tutorial in which was told that for cloud to work you have to be a …
Why is my Scratch Cloud Variable not Updating? - Stack Overflow
Aug 26, 2025 · 0 Cloud variables have limitations, for example, you cannot store letters and symbols in cloud variables. Also cloud variables always would take an eternity to reload, like I …
mit scratch - How to convert a SB3 file to an EXE - Stack Overflow
Aug 14, 2019 · You could use an .sb2 file but you need to use Scratch 2.0. There are developers working on conversion programs that do .sb3 to .exe but that will take a while. I would …
How to tell which edge was touched in Scratch? - Stack Overflow
Dec 28, 2014 · In Scratch, there is a condition in the sensing category called touching, that can have edge as a parameter. Given that the condition returns true, how can I tell which edge …
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 …
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 …
Trouble using microphone in Scratch - Stack Overflow
Feb 19, 2016 · When I try to record a sound for my sprite in Scratch, nothing happens. I click on the microphone to record a new sound, then click on the circle to start recording, click on …
How do I duplicate a custom code block in Scratch?
Feb 11, 2024 · I've got a custom code block that I've written in Scratch: I want to duplicate my code block so that I can have a second version that is slightly different instead of having to …