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

#1 2011-08-23 18:40:34

hyperins0mnia
New Scratcher
Registered: 2011-08-23
Posts: 1

Grabbing a Sprite

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

 

#2 2011-08-23 18:44:39

ImagineIt
Scratcher
Registered: 2011-02-28
Posts: 1000+

Re: Grabbing a Sprite

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

 

#3 2011-08-23 20:38:56

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: Grabbing a Sprite

Or manually:

<when[ sprite ]clicked>
<repeat until><<  <not> <mouse down?> >>
     <go to[ mouse-pointer]>
<end>


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

Board footer