Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: SSH on Thu 01/06/2006 08:39:20

Title: Suggestion: mouse.GetHotspotX/Y
Post by: SSH on Thu 01/06/2006 08:39:20
I want to have the cursor as a pointer during some wait statements, but of cours eit turns to busy. However, if I change the graphic, the hotspot is in the wrong place... would it be possible to get the current hotspot coordinates of a cursor so I can save them and restore them afterwards? It seems like another one of these things you can set but nor read...
Title: Re: Suggestion: mouse.GetHotspotX/Y
Post by: Pumaman on Thu 01/06/2006 18:17:17
Are you using UseModeGraphic or ChangeModeGraphic? The former should adjust the hotspot to that of the selected cursor.
Title: Re: Suggestion: mouse.GetHotspotX/Y
Post by: SSH on Thu 01/06/2006 18:38:52
UseModeGraphic doesnt work during Wait()s ...

EDIT:
Ah, I see, you have to redo it after every Wait command... oh well, cancel the request then!