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

  2. How to rebuild docker container in docker-compose.yml?

    Apr 27, 2016 · There are scope of services which are defined in docker-compose.yml. These services have been started. I need to rebuild only one of these and start it without up other …

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

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

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

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

  7. Smooth out sprite motion in scratch - Stack Overflow

    Feb 18, 2012 · How can I smooth out animations in Scratch? Mainly, I want it such that when you press and hold the right arrow, it goes right without any noticeable jittering. Plus, scratch …

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

  9. Detecting scratch on image with much noise - Stack Overflow

    Oct 20, 2015 · Detecting scratch on image with much noise Asked 9 years, 9 months ago Modified 5 years, 1 month ago Viewed 24k times

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