I need help on dragging sprites. It works fine in SCRATCH but when I upload it nothing is able to be dragged. Please take a look at my profile and there will be two projects where the dragging does work. Please help!
Offline
Click the Lock to change the sprite's lock state. An unlocked sprite can be dragged in presentation mode and the web player.
(from Scratch 1.4 Reference Guide)
Offline
Right above the Scripting area is a lock right next to the sprites name. When set to the unlocked position, it allows things to be draggable on the website. Or if you want to do it with scipt, you can put this script on all of the sprites you wish to be draggable:
<when green flag clicked>
<forever if><< <mouse down?> <and> <touching[ mouse pointer >>
<go to[ mouse pointer
Offline