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

#1 2008-10-26 16:07:44

nitsan
Scratcher
Registered: 2007-09-24
Posts: 8

How do i get a sprite to drag and drop?

How do i get a sprite to drag and drop?

Offline

 

#2 2008-10-26 16:16:28

nitsan
Scratcher
Registered: 2007-09-24
Posts: 8

Re: How do i get a sprite to drag and drop?

please help me!

Offline

 

#3 2008-10-26 16:42:01

nitsan
Scratcher
Registered: 2007-09-24
Posts: 8

Re: How do i get a sprite to drag and drop?

i need the answer to this question for a project i am doing

Offline

 

#4 2008-10-26 16:58:21

Dan01
Scratcher
Registered: 2008-06-11
Posts: 100+

Re: How do i get a sprite to drag and drop?

While you have the sprite you want to drag and drop selected, go to where you can see the small picture of it, where you type in the sprites name. Then go right a bit and you will see a padlock. Unlock this by clicking on it and the sprite will be draggle online and in presentation mode.

Also you could use the following script:

<when green flag clicked>
<forever>
<if><<<touching [mousepointer]<and><mouse down?>>>
<repeat until><<  <not><mouse down?>>>
<go to [mousepointer] >
<end>
<end>


http://img3.imageshack.us/img3/4743/ubd6522wp8.png
http://img3.imageshack.us/img3/4667/ubd3758ox2.png

Offline

 

#5 2008-10-26 17:13:02

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: How do i get a sprite to drag and drop?

This project shows you how:

http://scratch.mit.edu/projects/keroro645/288561


http://i39.tinypic.com/2nav6o7.gif

Offline

 

Board footer