I'm experimenting with a click to play adventure game. I would like to use a custom mouse, however when I choose a sprite for the function and give it the mouse behavior, the windows default mouse hovers over top of the game mouse.
How do I have it actually replace the mouse so only my custom mouse shows?
Develop games in your browser. Powerful, performant & highly capable.
http://sourceforge.net/apps/mediawiki/c ... ct#Actions
The one you're looking for is Set cursor visible.
basicly you make the custome mouse cursor as a sprite. then you set its position(X and Y) pernamently at the MouseX and MouseY. Then you just turn off the original mouse cursor visibility
Ah, didn't think to look there. Mouse behavior just seemed too obvious xD
Thanks for the help once again!
Ah, didn't think to look there. Mouse behavior just seemed too obvious xD Thanks for the help once again!
Your welcome =)
Actualy, at the very begining i did the exact same mistake.
Gues, big minds thinks alike