how do you use mouse down events with a custom cursor?

Posted:
Tue Jul 24, 2007 8:57 pm
by DarkParadox
how do you use mouse down events with a custom cursor?

Posted:
Tue Jul 24, 2007 11:17 pm
by Game A Gogo
On create actor of your pointer, desable the events of mouse button down and up.

Posted:
Tue Jul 24, 2007 11:26 pm
by DarkParadox
no i want to be able to use mouse down events

Posted:
Tue Jul 24, 2007 11:31 pm
by metal_pt
sure, but not over the cursor actor


Posted:
Wed Jul 25, 2007 12:53 am
by Game A Gogo
This will remove the events on the custom cursor, so it will let place for mouse events on the others. the Real cursor is always there, but is just hidden, so mouse down events does it on the "fake" cursor, if you remove them, it will do the mouse down event on the actor under the cursor.
Just try it, and it will work.