This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-09-28 21:28:50

srufen
New Scratcher
Registered: 2010-09-28
Posts: 1

Help on dragging sprites!

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

 

#2 2010-09-29 06:01:55

mathematics
Scratcher
Registered: 2009-03-01
Posts: 1000+

Re: Help on dragging sprites!

http://info.scratch.mit.edu/sites/infoscratch.media.mit.edu/images/Current_Sprite_Info.gif

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

 

#3 2010-09-29 08:27:21

steppenwulf
Scratcher
Registered: 2009-07-23
Posts: 1000+

Re: Help on dragging sprites!

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


I'm graduating HS this April and going to college in the Fall.

Offline

 

Board footer