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

#1 2010-08-07 09:43:50

IHeartGaming
Scratcher
Registered: 2010-07-23
Posts: 1000+

Move sprite with mouse

How do you move sprite (ball) with mouse cursor?
... I just don't know.


IHeartGaming   smile


IHeartGaming

Offline

 

#2 2010-08-07 10:12:09

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Move sprite with mouse

use these blocks:

    <mouse x> and      <mouse y>

Last edited by ScratchReallyROCKS (2010-08-07 10:12:23)


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#3 2010-08-07 10:15:00

Sunrise-Moon
Scratcher
Registered: 2009-06-27
Posts: 1000+

Re: Move sprite with mouse

Or you can unlock it by clicking on the padlock looking button next to the name of your sprite at the top of the screen.


http://i1067.photobucket.com/albums/u427/HulKDzN/RebornBlade.png

Offline

 

#4 2010-08-07 10:17:29

JeanTheFox
Scratcher
Registered: 2010-06-14
Posts: 1000+

Re: Move sprite with mouse

I don't understand; do you want the sprite to just go to the mouse, or do you want it to be draggable?


http://i51.tinypic.com/20gcn5j.png

Offline

 

#5 2010-08-07 11:49:11

IHeartGaming
Scratcher
Registered: 2010-07-23
Posts: 1000+

Re: Move sprite with mouse

When you move cursor, the ball moves with it.

______________________________
IHeartGaming   smile


IHeartGaming

Offline

 

#6 2010-08-07 11:56:03

AtomicBawm3
Scratcher
Registered: 2009-06-27
Posts: 1000+

Re: Move sprite with mouse

IHeartGaming wrote:

When you move cursor, the ball moves with it.

Do you mean like it trails the cursor at a constant pace, it goes to the cursor, or it trails the cursor in a distance-relative way?

Constant Pace
point towards (mousepointer)
move (#) steps

At the cursor
go to (mousepointer)

Distance-relative Pace
point towards (mousepointer)
move ((distance to (mousepointer))/#)

Does this help?


http://i50.tinypic.com/j0yw0p.jpg

Offline

 

#7 2010-08-07 15:28:46

IHeartGaming
Scratcher
Registered: 2010-07-23
Posts: 1000+

Re: Move sprite with mouse

Yeah!!   smile

Thanks-
IHeartGaming   smile


IHeartGaming

Offline

 

Board footer