Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Swamp Witch on Thu 29/09/2005 02:32:58

Title: Gui Image grays out
Post by: Swamp Witch on Thu 29/09/2005 02:32:58
I have a gui that pops up whenever a puzzle is completed successfully with a character image on a button and a label that displays their score.  The character image on the button looks grayed out.  Is there something I need to set to prevent this from happening?
Title: Re: Gui Image grays out
Post by: strazer on Thu 29/09/2005 02:56:08
You probably have "When interface disabled: GUIs grey out" selected in the General settings. That means that whenever your game is paused, all your GUIs/GUI controls will be greyed out.

So either remove the cause for the pausing/blocking (code?) or set "When interface disabled" to "GUIs unchanged".
Title: Re: Gui Image grays out
Post by: Swamp Witch on Thu 29/09/2005 02:59:22
That was it.Ã,  Thanks againÃ,  ;D