Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » Initiating actions based on location
- Eric117100
-
1 post
Initiating actions based on location
Im trying to make a moon landing game, where if the space ship lands on the landing pad which is a sprite it will initiate an action like say a message or move to a different script and i can't figure out a way to do it so that once the space ship sprite touches the landing pad sprite it will do so
Scratch 1.4
Scratch 1.4
- dvd4
-
100+ posts
Initiating actions based on location
if <touching [launch_pad v]>
{
say [action here ]
}
Am i right ? 웃
{
say [action here ]
}
Am i right ? 웃
Last edited by dvd4 (Aug. 6, 2013 18:28:31)
- Discussion Forums
- » Questions about Scratch
-
» Initiating actions based on location