I think they want to be able to click on the sprite and have it follow and then click again to have it stop following. I used a variable to do it in this example
http://scratch.mit.edu/projects/Paddle2SeeFixIt/915717
Offline
Paddle2See wrote:
I think they want to be able to click on the sprite and have it follow and then click again to have it stop following. I used a variable to do it in this example
http://scratch.mit.edu/projects/Paddle2SeeFixIt/915717
Wouldn't my script work for that?
Offline
<when green flag clicked>
<forever>
<if><<mouse down? <and>touching mouse pointer>>
<repeat until>mouse down
<go to[ mouse
Offline
Dazachi wrote:
http://i604.photobucket.com/albums/tt12 … ptHelp.gif
That should work unless I misunderstood what you wanted.
You need you need to put the "and" block inside a "not" block, otherwise the script won't do anything.
Offline
Just click the little padlock near the renaming box at the top. It should work.
Unless, like Dazachi, I misunderstand what you mean.
Offline