
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 …
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 …
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 …
How to hide a particular sprite in mit-scratch? - Stack Overflow
May 26, 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 …
scratch org - How to login to a ScratchOrg that was created by …
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 …
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 …
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 …
How do i fix this clone bug in Scratch? - Stack Overflow
Jan 14, 2024 · So I was making a quiz game in scratch, I decided to clone the board that has the answer, but the clone just kept following each others, no matter how I fix it. I tried using a …
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 …
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 …