Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Dor Hajaj on Fri 28/07/2017 23:13:53

Title: GUI looks different when game is on blocking state [SOLVED]
Post by: Dor Hajaj on Fri 28/07/2017 23:13:53
Hi,

I have a Gui that shows the currently active player's icon.
The Gui has a button member that has a background image, which shows the player's icon.
The normal state of this control is like this:
[imgzoom]http://i.imgur.com/I4HnILw.png[/imgzoom]
The problem I'm having is when the game is in blocking state, like after a Wait() call, Gui's appearance looks like this:
(http://i.imgur.com/6mBh14P.png)
Is there a way to prevent this?

Thank you!:)
Title: Re: GUI looks different when game is on blocking state
Post by: CaesarCub on Fri 28/07/2017 23:22:51
Go to "General Settings"
In the Visual section look for "When player interface is disabled, GUI should" and change it from "Grey out all their controls" to whatever you prefer.

You can select to hide the GUI elements or to leave them as they are.
Title: Re: GUI looks different when game is on blocking state
Post by: Dor Hajaj on Fri 28/07/2017 23:33:48
Thank you CaesarCub!