I'm making an auto hide mouse pointer feature. It works great for the system mouse however when I switch to my sprite mouse pointer it won't work.
"Set Cursor to None" doesn't seem to work when you have a sprite mouse pointer.
So I have to first "Set Cursor to Normal", then "Set Cursor to None", however this won't work if done in the same tick. It will work if I put a Wait 0.1 between the actions, but you see it change back to the system mouse which is undesirable. If I set it Wait 0.01 then apparently that is too fast and it won't work.
So how do I hide the Sprite Mouse pointer?
I also tried making the sprite visible/invisible - doesn't work, and I tried setting the pointer to an empty sprite, it just put a black square where the mouse is.