Discuss Scratch

Eric117100
New Scratcher
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
dvd4
Scratcher
100+ posts

Initiating actions based on location

if <touching [launch_pad v]>
{
say [action here ]
}

Am i right ? 웃

Last edited by dvd4 (Aug. 6, 2013 18:28:31)

TheGeek56
Scratcher
100+ posts

Initiating actions based on location

What dvd4 said

Powered by DjangoBB