About 1,380,000 results
Open links in new tab
  1. 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 …

  2. What is docker's scratch image? - Stack Overflow

    Nov 19, 2017 · The scratch image is the most minimal image in Docker. This is the base ancestor for all other images. The scratch image is actually empty. It doesn't contain any folders/files ...

  3. 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 …

  4. 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.

  5. 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?

  6. 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 …

  7. In Scratch, how can the clone A of Sprite2 detect if it's touching ...

    Jun 10, 2022 · 4 This is for a mini program in Scratch. What I want to do: When a clone A of Sprite2 touches another clone B of the same Sprite2, both clones are deleted, but any other …

  8. 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 …

  9. My scratch project isn't taking key input - Stack Overflow

    Jun 7, 2023 · With scratch, it's difficult to actually help you; but taking a gander at your screenshot, the condition seemed to read if x is pressed, it broadcasts "fightmodefordesert" …

  10. How to change the resolution of the stage in MIT Scratch

    Sep 9, 2018 · The default resolution of the Stage in MIT Scratch is 480x360 in a 4:3 aspect ratio. I want to change it to a 16:9 aspect ratio, with a 720p resolution. Is there any source file or …