Best option is to make an actor that has the animation of the cursor, and make the mouse invisible in the settings (Disable mouse cursor), then have the actor follow the mouse. but make sure he's not --IN-- the mouse otherwise you can't click anything. you have to position it right. This script --SHOULD-- work but I'm not sure.
- Code: Select all
xscreen=xmouse+((width/2)+1);
yscreen=ymouse+((height/2)+1);
Now you should have a little mouse following the cursor. Keep the cursor enabled so you can position it right. then disable the cursor.
That code should be in draw actor.