Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: 10o on Sun 16/10/2011 22:18:21

Title: Change Curser with MouseOver [SOLVED]
Post by: 10o on Sun 16/10/2011 22:18:21
Hi,
I wanted to make a simple Guy where I can Walk and Look on the feft Mousebutton and Interact and talk on the right Mousebutton.
But that ain't the problem, it allready works.

My Problem is, that the Curser stays the same wenn I move over a Character/HotSpot/Object.
How do I change the appereance of the Curser while doing a Mouseover over the Character/HotSpot/Object?
Title: Re: Change Curser with MouseOver
Post by: Khris on Sun 16/10/2011 22:26:02
Use GetLocationType inside repeatedly_execute.

You should be able to find lots of threads dealing with this, it has been asked and answered countless times.
Title: Re: Change Curser with MouseOver [SOLVED]
Post by: 10o on Mon 17/10/2011 17:44:13
Got it to work, thanks.