Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Akumayo on Sun 28/03/2004 05:20:40

Title: Deleting the mouse cursor?
Post by: Akumayo on Sun 28/03/2004 05:20:40
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???
Title: Re:Deleting the mouse cursor?
Post by: Ben on Sun 28/03/2004 06:35:29
look in the global script for a function called on_mouse_click. Delete everything in that function (between the brackets)
Title: Re:Deleting the mouse cursor?
Post by: Akumayo on Sun 28/03/2004 06:52:08
Works like a charm!!! ;D ;D ;D