This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-10-28 16:34:59

6302
New Scratcher
Registered: 2012-10-28
Posts: 2

How to stop something in midair

I'm trying to make a game where you catch items (sprites) falling from mid air. I'm just wondering how I can make it so that when the sprite touches the thing that is trying to catch them, the sprite will stop and disappear.

Offline

 

#2 2012-10-28 17:37:23

KrIsMa
Scratcher
Registered: 2011-09-20
Posts: 500+

Re: How to stop something in midair

forever
if <touching [your sprite name v]?> 
hide
end
The most simplest script you are talking about!

Last edited by KrIsMa (2012-10-28 17:37:34)


http://blocks.scratchr.org/API.php?user=KrIsMa&amp;action=onlineStatus&amp;online=http://i49.tinypic.com/2pzic0m.png&amp;offline=http://i49.tinypic.com/r7p10n.png
The Scratch Team (and fellow scratchers!) is/are so nice!!!

Offline

 

Board footer