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

#1 2013-03-12 10:31:02

olayemi2003
Scratcher
Registered: 2013-01-18
Posts: 34

how to touch a sprite with mouse pointer

i want when the mouse pointer touch a sprite it change to what i want it to be

Offline

 

#2 2013-03-12 14:12:00

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

Re: how to touch a sprite with mouse pointer

Like this?

when gf clicked
wait until<touching [mouse pointer v]?>
switch to costume [costume 2 v]


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

Offline

 

#3 2013-03-13 10:01:30

olayemi2003
Scratcher
Registered: 2013-01-18
Posts: 34

Re: how to touch a sprite with mouse pointer

yes, thank you more gamesnow

Offline

 

#4 2013-03-13 10:11:21

olayemi2003
Scratcher
Registered: 2013-01-18
Posts: 34

Re: how to touch a sprite with mouse pointer

it doesnt work. maybe i mean i move the mouse to a sprite, when i press the sprite
it change to another background

Offline

 

#5 2013-03-16 09:42:34

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

Re: how to touch a sprite with mouse pointer

This will switch the costume when the sprite is clicked:

when [sprite1 v] clicked
switch to costume [costume 2 v]


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

Offline

 

Board footer