Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: barefoot on Thu 09/12/2010 09:03:03

Title: SOLVED: GUI problem..
Post by: barefoot on Thu 09/12/2010 09:03:03
Hi

UPDATE: I now made the gIconBar100% transparent.. but had to move it well out of the way... Now my new GUI'S work as normal!

Problem was: GUI Buttons were not responding above 50 from top

cheers

barefoot

Title: Re: SOLVED: GUI problem..
Post by: monkey0506 on Thu 09/12/2010 12:47:36
Instead of making it transparent and moving it..you could simply change the GUI.ZOrder property. Whichever GUI is drawn on top will absorb the clicks (if it is clickable)..so this would probably make the most sense.
Title: Re: SOLVED: GUI problem..
Post by: barefoot on Thu 09/12/2010 12:52:54
Thank you Monkey... I will make a bold note of that solution...  :=

cheers

barefoot