From the manual >>>

"In fullscreen mode the system cursors are not visible; only a mouse_map can be used for the fullscreen cursor."

Copy the image file to your script's folder. Create a BMAP* for it...
Code:
BMAP* mycursor = "Cursor file here";


in the main function add...
Code:
mouse_map = mycursor;



Last edited by DJBMASTER; 08/08/09 00:13.