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

#1 2011-04-12 20:23:55

reuakcin
New Scratcher
Registered: 2011-02-26
Posts: 1

Can you make a sprite to replace the mouse pointer in scratch?

I have no idea where to find out.

Offline

 

#2 2011-04-12 20:38:14

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: Can you make a sprite to replace the mouse pointer in scratch?

No, unfortunately. You can, however, make a sprite to go on top, like this:

Code:

when green flag clicked
forever
      go to [mouse]

http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#3 2011-04-13 12:41:47

Lar-Rew
Scratcher
Registered: 2010-02-19
Posts: 100+

Re: Can you make a sprite to replace the mouse pointer in scratch?

Harakou wrote:

No, unfortunately. You can, however, make a sprite to go on top, like this:

Code:

when green flag clicked
forever
      go to [mouse]

Actually, that will only make the sprite stay below the mouse; the mouse is a layer above all sprites.

Offline

 

#4 2011-04-14 13:08:47

spkshark
Scratcher
Registered: 2011-03-05
Posts: 65

Re: Can you make a sprite to replace the mouse pointer in scratch?

You Need To Do

Code:

When Green Flag Clicked
Forever
Go To Mouse Pointer
Go To Front

http://d2bm3ljpacyxu8.cloudfront.net/width/300/crop/0,0,300x145/spkshark.webs.com/scratch%20script.gif

Offline

 

#5 2011-04-14 15:49:32

floppy_gunk
Scratcher
Registered: 2008-11-14
Posts: 500+

Re: Can you make a sprite to replace the mouse pointer in scratch?

spkshark wrote:

You Need To Do

Code:

When Green Flag Clicked
Forever
Go To Mouse Pointer
Go To Front

Lar-Rew wrote:

Actually, that will only make the sprite stay below the mouse; the mouse is a layer above all sprites.

smile


http://img163.imageshack.us/img163/1917/2856lg.jpg Get it now!  smile

Offline

 

Board footer