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!
Offline
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.
Offline
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)
Offline
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.
Offline
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
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.
Offline
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