I have a block that can do that!
1.go to scratch-objects > ScriptableScratchMorph and add:
setCursorColorTo: t1
World activeHand showTemporaryCursor: ((Form extent: 5 @ 5 depth: 32)
fillColor: t1)accept it.
the block code is:
('set cursor color to %c' #- #setCursorColorTo:)
Offline
how do you go to scratch-objects
Offline
I would highly recommend sharing this at the Block Library!

Offline
Where's scratch objects? Is this in Scratch?

Offline
Tkrandomness wrote:
how do you go to scratch-objects
stevetheipad wrote:
Where's scratch objects? Is this in Scratch?
This is for modifying Scratch 1.4. Do you know how to open the browser?

Offline
nice! i like it!

Offline
This is pretty cool! why not share it in the block library?
I was expecting the cursor to simply appear in a different colour but it currently seems to show a small colour swatch instead until I click on the scripting area, where it turns back into the normal cursor.
However, it seems that this is creating a temporary canvas for the cursor, I reckon this could be quite nicely adapted to allow cursors to take costumes from other sprites or from files?
Last edited by sparks (2011-11-27 04:15:42)
Offline
sparks wrote:
However, it seems that this is creating a temporary canvas for the cursor, I reckon this could be quite nicely adapted to allow cursors to take costumes from other sprites or from files?
Precisely. Think of how the stamp works in the paint editor. This uses the same principle.
It would be really easy to get the image from a costume and transfer it to the mouse pointer, not to mention the absolute coolness
Offline
SpaceManMike wrote:
I have a block that can do that!
1.go to scratch-objects > ScriptableScratchMorph and add:Code:
setCursorColorTo: t1 World activeHand showTemporaryCursor: ((Form extent: 5 @ 5 depth: 32) fillColor: t1)accept it.
the block code is:Code:
('set cursor color to %c' #- #setCursorColorTo:)
WOW..Really nice way. I get it,,,
Offline
Is there a block to change the colour of it... This would be awesome for awesome games!!!0
Offline
OOOH! Great block i never thought of making that... actually I did... XD but I never tried. I never knew if it would work or not...
Ima make it now. XD
Offline
nathanprocks wrote:
Is there a block to change the colour of it... This would be awesome for awesome projects!!!0
grrr...
Anyways, I'll have to try this - if I can get my brother off the computer, that is.





Offline