Custom cursors aren't hard. You just need to create a cursor actor, hide the mouse pointer, and have the cursor actor follow the mouse.
Quote from: Ryusui on April 19, 2012, 11:00:16 amCustom cursors aren't hard. You just need to create a cursor actor, hide the mouse pointer, and have the cursor actor follow the mouse.That's not the best solution though. It comes with an overhead and the actor might lag a little bit behind the actual mouse position.If you want to show the default OS cursor, you can do what Abigayl said, or look at Forge for "Remove Flixel Cursor".If you want a custom cursor instead, there will be a pre-shipped behavior in 2.0 to do this, or look for coleislazy's Load Custom Cursor on Forge.