Title says it all. How do I make a sprite draggle?
My project works fine in the Scratch editor, but it obviously won't work in the web version because you can't drag anything.
Offline
maybe you need a script to do it like this
[blocks]<when green flag clicked>
<forever>
<if><<<mouse down?> <and> <touching[ mouse pointer >>
<go to[ mouse pointer
<end>
<end>[/blocks]
This should help
Offline
jamie wrote:
Title says it all. How do I make a sprite draggle?
My project works fine in the Scratch editor, but it obviously won't work in the web version because you can't drag anything.
The easiest way is to unlock the sprite - no scripting necessary. See this project for how to do that...
http://scratch.mit.edu/projects/blueman64/280974
Offline