There should be a "mouse-pointer" sprite in the section of the sprite area where the stage is. This would allow the user to create different costumes for the cursor and also use color sensing to detect what part of a sprite it is touching. Note that "touching []?" and "touching color []?" would detect what the pointer was touching, not the whole cursor (unless there was an option to trigger whether or not to make those blocks apply to the whole cursor).
Opinions?
Offline
Bump!
Offline
I was going to make a suggestion, but then I found Dazachi's suggestion here, so I voted for it. Vote for it, peoples!
Offline
It wouldn't work online though- I'm pretty sure you can only hide the cursor in Flash.
Offline
Sunrise-Moon wrote:
It wouldn't work online though- I'm pretty sure you can only hide the cursor in Flash.
I've played Java games that use custom cursors. Besides, Scratch 2.0 will be Flash anyway, right?
Offline
Bump!
Offline
It seems a bit risky... what if someone enlarges the pointer to cover the entire screen, for example?
But there are so many cool things you could do with this - I half support!
Offline
Bump!
Offline
Chrischb wrote:
It seems a bit risky... what if someone enlarges the pointer to cover the entire screen, for example?
![]()
But there are so many cool things you could do with this - I half support!![]()
Why would that be a problem? Someone could always make a sprite that covers the whole stage. What would be so bad about the mouse pointer?
Offline
Chrischb wrote:
It seems a bit risky... what if someone enlarges the pointer to cover the entire screen, for example?
![]()
But there are so many cool things you could do with this - I half support!![]()
Maybe there would be a a size limit on it
Maybe it could be a setting underneath sensing,
[] Custom mouse pointer?
and then when you check it, a new sprite underneath stage shows up.
Offline
Harakou wrote:
Chrischb wrote:
It seems a bit risky... what if someone enlarges the pointer to cover the entire screen, for example?
![]()
But there are so many cool things you could do with this - I half support!![]()
Why would that be a problem? Someone could always make a sprite that covers the whole stage. What would be so bad about the mouse pointer?
Screen isn't the same as mouse-pointer.
But then again, you're probably right. ^^
Offline
Chrischb wrote:
It seems a bit risky... what if someone enlarges the pointer to cover the entire screen, for example?
![]()
But there are so many cool things you could do with this - I half support!![]()
The only place that would work in is presentation mode. The pointer would only be huge in the little Java/Flash window
Offline
Bump!
Offline
Some mods including Slash have a mouse changing block.
Offline
Billybob-Mario wrote:
Some mods including Slash have a mouse changing block.
Before I hit you with my rant, please note that I am not trying to offend you and I apologize if I do offend you.
I know that some mods have a block that changes the look of the cursor (but it is limited to using the cursors Scratch already has). However, this is a suggestion for Scratch, not for mods. And my suggestion is different than the cursor-changing block in that it allows users to create their own cursors. If I wanted this in mods, I would've put this in Advanced Topics. Please refrain from bringing mods into a discussion which has nothing to do with mods in the future.
Thank you for reading this.
Now, on a lighter note: Bump!
Offline
I think this is a good idea! I support. Wonder if the Scratch team saw this...
Chrischb wrote:
It seems a bit risky... what if someone enlarges the pointer to cover the entire screen, for example?
![]()
But there are so many cool things you could do with this - I half support!![]()
You shouldn't be able to change the size. That could also mess it up kinda.
Offline
Mcsugarface wrote:
I think this is a good idea! I support. Wonder if the Scratch team saw this...
Chrischb wrote:
It seems a bit risky... what if someone enlarges the pointer to cover the entire screen, for example?
![]()
But there are so many cool things you could do with this - I half support!![]()
You shouldn't be able to change the size. That could also mess it up kinda.
Well, at least there should be a size limit, like regular cursors have (maybe 64x64?). And the limit should be reflected in the Paint window by making the canvas 64x64 (or something).
Offline
Bump!
Offline
meowmeow55 wrote:
Billybob-Mario wrote:
Some mods including Slash have a mouse changing block.
Before I hit you with my rant, please note that I am not trying to offend you and I apologize if I do offend you.
I know that some mods have a block that changes the look of the cursor (but it is limited to using the cursors Scratch already has). However, this is a suggestion for Scratch, not for mods. And my suggestion is different than the cursor-changing block in that it allows users to create their own cursors. If I wanted this in mods, I would've put this in Advanced Topics. Please refrain from bringing mods into a discussion which has nothing to do with mods in the future.
Thank you for reading this.
Now, on a lighter note: Bump!
To make a new costume for the cursor, aet ot to invisible and make a sprite with a go to mouse script.
Offline
meowmeow55 wrote:
Mcsugarface wrote:
I think this is a good idea! I support. Wonder if the Scratch team saw this...
Chrischb wrote:
It seems a bit risky... what if someone enlarges the pointer to cover the entire screen, for example?
![]()
But there are so many cool things you could do with this - I half support!![]()
You shouldn't be able to change the size. That could also mess it up kinda.
Well, at least there should be a size limit, like regular cursors have (maybe 64x64?). And the limit should be reflected in the Paint window by making the canvas 64x64 (or something).
Good idea.
Billybob-Mario wrote:
To make a new costume for the cursor, aet ot to invisible and make a sprite with a go to mouse script.
We know that, but it looks bad and is limiting.
Offline
some better scripts:
[hide mouse-pointer]
[show mouse-pointer]
<is mouse-pointer hidden?>
and then make a sprite with cursor costumes [forever] [go to "mouse-pointer"]
Offline