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?
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".
That was it.Ã, Thanks againÃ, ;D