ID:169055
 
My question now is, how do i change the icon of the pointer to one i have saved in a .dmi icon format?
so far i have

client
mouse_pointer_icon='mouse.dmi'

but will that work, since i want the pointer to ALWAYS look like the file regardless of if its over something or not?
I'm a bit hazy regarding the mouse pointer, but in my Hunter of Ducks game I used:
atom
New()
mouse_over_pointer=icon('i.dmi',"CH")
..()

It seemed to work for everything.