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

#1 2009-10-10 17:32:04

Wei
Scratcher
Registered: 2007-09-19
Posts: 9

Custom Cursor?

I think a good idea for Scratch 1.5 would be to let scratcher make their own cursor for their specific game. Basically, all that scratch needs is to make the normal cursor "dissappear" when within the scratch window (when the actual project is playing). I have seen this in many flash games. I wonder if you can program it into scratch projects. Please leave a comment about what you think or if you agree with me.
Thank you!   big_smile


Last Updated : October 10th, 2009
Currently Working On: A cool "hand-drawn-looking" game (thinking of title)

Offline

 

#2 2009-10-10 19:21:02

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: Custom Cursor?

Yeah I think suggested that before.. yeah I hope they add it. It really is a great idea. I too have seen flash games, for example where it its the mouse, and theres tons of 'eyes' around the course, and they stare at where the mouse is, and by using that, you try to get to the finish, by going through a path.


http://i.imgur.com/WBkM2QQ.png

Offline

 

#3 2009-10-10 20:02:46

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: Custom Cursor?

I agree completely.


Hai.

Offline

 

#4 2009-10-11 02:20:54

billyedward
Scratcher
Registered: 2008-01-03
Posts: 500+

Re: Custom Cursor?

A good proposition... I think that I will add that to streak. Expect it in version 0.2 (coming out VERY soon, by the way). I think I will implement it as a block with a pull down menu, like this:
[set cursor to {}]
With such options as pointer, hourglass, crosshairs, none, etc, None being what you speak of.
Of course, if you have any ideas of how it could be done better, reply.

Last edited by billyedward (2009-10-11 02:21:10)


"I'd love to change the world, but they haven't released the source code yet."
Check out the latest version of Streak --> http://billy.scienceontheweb.net/Streak

Offline

 

#5 2009-10-11 17:26:16

Wei
Scratcher
Registered: 2007-09-19
Posts: 9

Re: Custom Cursor?

Maybe make the cursor like the stage. A "sprite" that can't be deleted and the starting or basic costume for the cursor would be the typical arrow. And for the cursor sprite you can choose some thing like (Set costume to user selected). Not sure how to word it but basically to use what the user has.


Last Updated : October 10th, 2009
Currently Working On: A cool "hand-drawn-looking" game (thinking of title)

Offline

 

#6 2009-10-11 17:30:51

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Custom Cursor?

Wei wrote:

Maybe make the cursor like the stage. A "sprite" that can't be deleted and the starting or basic costume for the cursor would be the typical arrow. And for the cursor sprite you can choose some thing like (Set costume to user selected). Not sure how to word it but basically to use what the user has.

Well, it really depends... Can Java have a custom cursor? It might...

Anyhow, cursors vary depending on the user's operating system. I am in support of the idea, but if you accidentally deleted the original costume, there should also be a "Set to Default"

Offline

 

#7 2009-10-13 23:03:38

billyedward
Scratcher
Registered: 2008-01-03
Posts: 500+

Re: Custom Cursor?

coolstuff wrote:

Anyhow, cursors vary depending on the user's operating system.

No, not in scratch.
Scratch keeps a bitmap cursor in it's resources, and uses that, regardless of the OS.


"I'd love to change the world, but they haven't released the source code yet."
Check out the latest version of Streak --> http://billy.scienceontheweb.net/Streak

Offline

 

#8 2009-10-30 23:42:43

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Custom Cursor?

billyedward wrote:

coolstuff wrote:

Anyhow, cursors vary depending on the user's operating system.

No, not in scratch.
Scratch keeps a bitmap cursor in it's resources, and uses that, regardless of the OS.

Sorry to bump an old topic, but while you may be right in the main application, I more meant in the Java applet.

Offline

 

#9 2009-10-30 23:59:21

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: Custom Cursor?

I like where billyedward is going. You could just make the cursor hide, make a sprite with the custom cursor, make it forever go to mouse pointer, and viola! The cursor is hidden but not gone.


Hai.

Offline

 

Board footer