Page 1 of 1
Help Changing Cursor...Please
Posted:
Tue Sep 18, 2007 12:06 am
by diablos-bud
Can someone teach me how to make the cursor change into a different cursor while playing the game...then turn back after playing?I will award one point to whoever can help me...thank you!
Re: Help Changing Cursor...Please
Posted:
Tue Sep 18, 2007 12:19 am
by arcreamer
add on mouse event, to change cursor
Re: Help Changing Cursor...Please
Posted:
Tue Sep 18, 2007 8:29 am
by metal_pt
What is the event where you want the mouse cursor to change?
click over something? roll over something?
Re: Help Changing Cursor...Please
Posted:
Wed Sep 19, 2007 2:38 pm
by Bee-Ant
Create a Cursor actor
Put this code on draw actor of that actor :
- Code: Select all
?????
I forgot it...Hah..ha..
wait..wait..I'll browse it...
Re: Help Changing Cursor...Please
Posted:
Sun Oct 14, 2007 3:17 pm
by Kooldudese
umm, changing cursor is easy, what you do is you create another cursor (pic) and then depending on when the cursor changes, make the actor (the cursor pic) follow the mouse... simple... (although im not sure if the default cursor will over lap it if you set that one on)