
How to hide a particular sprite in mit-scratch? - Stack Overflow
May 28, 2018 · We have a Scratch sprite, a Gobo sprite, a ShowGoboButton sprite, and a ShowScratchButton sprite. Each of these sprites has scripts in it. For the two sprites that are showing …
In Scratch, how can the clone A of Sprite2 detect if it's touching ...
Jun 10, 2022 · Drag the block from the code area to Sprite2 (as seen in the sprite collection, bottom right). Go to Sprite2. Notice there's a 'touching Sprite2' block there. Drag it to the script where you …
How can I make a sprite that goes off screen and reappears on the ...
Jan 9, 2015 · When the sprite has completely moved off the screen, it should now be completely visible somewhere on the opposing side of the screen. (so the screen is like an infinite loop which the sprite …
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 …
Why doesn't the sprite stay hidden after being touched?
Aug 16, 2023 · I have this script in Scratch for a sprite (also viewable in MIT's editor): When Kai touches the sprite it only disappears briefly, but then remains visible even though Kai is still touching it. I...
How to get a sprite to disappear when clicked? [duplicate]
Nov 27, 2021 · I am doing a balloon popping game and would like the balloons to disappear when clicked. I have an explosion class and an event in the main loop that correctly checks the position of …
mit scratch - What should I do to move a sprite randomly between two ...
Apr 2, 2019 · What should I do to move a sprite randomly between two specific placements. For example, how can I implement this: If direction = 90 Then, got to x:10 y:20 or x:30 y:50 (I have just …
Sprite disappears in Scratch even when touching another sprite
I want all the unused necklaces to disappear when they receive the message m11, but for the one on the puppy to remain. Right now, however, all the necklaces are disappearing. This is the code that is …
mit scratch - How do I make a functional drag-and-drop system - Stack ...
May 25, 2023 · When editing, scratch allows you to drag anything. To allow a sprite to be draggable whenever, go to the seneing section (light blue) and add the "set drag mode to draggable" and add it …
mit scratch - My text box engine won't delete the text after ...
Nov 23, 2020 · So basically, the broadcast skip is to set the counter to 1 in order to make the clone delete itself and make new text. I got inspired from seeing another scratch program of DDLC …