I'm extremely new to Scratch and for now I'm just trying to do my own little retakes on existing games. My problem right now is that I'm trying to have the player click on a sprite and drag it to another location, but I can't get that to work. Can anyone help me with this?
Offline
up on the top near where you can see a picture of the sprite click the lock. This will make it draggable! Happy to help!
Offline
Or manually:
<when[ sprite ]clicked>
<repeat until><< <not> <mouse down?> >>
<go to[ mouse-pointer]>
<end>
Offline