In my game everything is operated by the keyboard. Selections are made by walking over them. Walking is done with the arrow keys. I have no need for the mouse cursor. So, I run the script "hidemousecursor" every room. However, if I click the mouse, my character still moves toward the invisible mouses location. How can I completely delete the mouse cursor???
look in the global script for a function called on_mouse_click. Delete everything in that function (between the brackets)
Works like a charm!!! ;D ;D ;D