About 88 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 fun-skilled …

  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 ... The scratch …

  3. Why is my Scratch Cloud Variable not Updating? - Stack Overflow

    Aug 26, 2025 · 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 multiplayer …

  4. 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 code. To try t...

  5. How to create a Save/Load function on Scratch? - Stack Overflow

    Oct 20, 2023 · 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 there when the …

  6. 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 the relevant code …

  7. 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 was touched …

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

    Sep 9, 2018 · Hey! Compiling scratch from source would be a lot of work, there are better ways for this. I think there are two efficient ways to solve that problem: You can embed the project into a website, …

  9. How to select scratch org in SFDX - Salesforce Stack Exchange

    Hum, I create my scratch orgs from build scripts outside of vscode. I've found that vscode does not show these orgs when I attempt to set then as the default even though they show up in sfdx force:org:list. …

  10. 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 issue …