Discuss Scratch

Itsthepitts
New to Scratch
2 posts

Trying to move sprite to a specific location

I have a script where a letter sprite moves around a screen until it is clicked. At that point it stops moving. The next action I want to do is when the mouse is moved close to a specific location, the sprite will automatically move to the specific location and be locked in place. Cannot move at all after that. I have the first two actions working but am missing something trying to write the move blocks correctly with regards to the specific location.
ScolderCreations
Scratcher
1000+ posts

Trying to move sprite to a specific location

Try to make it so that when it snaps to the mouse pointer, it wait until the distance between it and the mouse pointer is high enough before repeating the loop.

Powered by DjangoBB