Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: tobulos1 on Wed 18/11/2015 20:01:06

Title: [SOLVED] Buttons and hotspots are off by a few
Post by: tobulos1 on Wed 18/11/2015 20:01:06
Hello,
So I noticed lately that all my buttons and hotspots isn't giving me the right "hover-cursor-over" place where they should be. Don't get me wrong, they're all still in their right physical place, but whenever I move my cursor over the "Give" button, I find that it's not lit up (a.k.a. clickable) until I move the cursor a little further down. I've included examples in here so you can see what I'm talking about.


(http://i.imgur.com/C3L1Rq3.jpg)
(http://i.imgur.com/ueDfUZs.jpg)
(http://i.imgur.com/0K9lwN3.jpg)
(http://i.imgur.com/fYbTZFB.jpg)

Now, I don't think it's an GUI error, because it happens to hotspots too. Any ideas here, anyone? :/
Using AGS 3.3.4 with the 9-Verb MI-style template.
Thank you!
Title: Re: Buttons and hotspots are off by a few
Post by: Snarky on Wed 18/11/2015 21:55:41
It's almost certainly the cursor "hotspot" (I forget what it's called). Instead of being at the center of the crosshairs as you expect, it's in the top left corner. You can set it where you define the cursors.
Title: Re: Buttons and hotspots are off by a few
Post by: tobulos1 on Thu 19/11/2015 06:53:30
Quote from: Snarky on Wed 18/11/2015 21:55:41
It's almost certainly the cursor "hotspot" (I forget what it's called). Instead of being at the center of the crosshairs as you expect, it's in the top left corner. You can set it where you define the cursors.

Thanks! That did the trick.