Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: SpacePaw on Sat 13/03/2010 10:44:48

Title: [POSSIBLE SMALL BUG] MouseOver Problem when moving buttons
Post by: SpacePaw on Sat 13/03/2010 10:44:48
I just noticed that when you change the x or y of the button and it happens to be right under the cursor it doesn't change the graphic to mouseOver until you move your mouse.
Can it be fixed? Or is there a way around it? I tried mouse.Update but it doesn't help
Title: Re: [POSSIBLE SMALL BUG] MouseOver Problem when moving buttons
Post by: subspark on Sat 13/03/2010 22:10:32
Yeah I had a similar bug when toggling a button's Enabled property. I hope it gets fixed.
I coded around it but it was an ugly hack.

Cheers,
Sparky.
Title: Re: [POSSIBLE SMALL BUG] MouseOver Problem when moving buttons
Post by: Pumaman on Sun 14/03/2010 22:41:55
Yes this is a known issue, if a GUI changes under the mouse, it doens't update until the mouse moves. It will be addressed in a future version.