Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Alaskaban on Fri 19/07/2013 01:24:27

Title: Gui transparency
Post by: Alaskaban on Fri 19/07/2013 01:24:27
In my game, I want the empty bits on my gui to be transparent in the game, but I want the buttons to be visible. What do you guys suggest?
Title: Re: Gui transparency
Post by: elegantmechanic on Fri 19/07/2013 02:18:06
In the GUI properties you can set the GUI's background colour and border colour to "0" which makes them transparent, that sounds like what you want; the GUI "box" will be invisible but the buttons etc on it won't be.
Title: Re: Gui transparency
Post by: Alaskaban on Fri 19/07/2013 22:30:48
Thankyou!