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

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

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

  5. scratch org - How to login to a ScratchOrg that was created by CI/CD ...

    Oct 7, 2020 · We are running DX with CI/CD using Jenkins. Our CI/CD scripts will create the scratchOrg properly, and provide the login details (domain, username, password) We use this to log in when …

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

  7. 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" and hide. I'm not a …

  8. 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 do I make the …

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

  10. How to tell which edge was touched in Scratch?

    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 …