One GUI over another GUI

Started by sloppy, Wed 12/04/2006 21:04:08

Previous topic - Next topic

sloppy

At one point of my game, I've got one smaller GUI over another larger one.  Is there a way to make sure the smaller one goes on top of the larger one?

As it stands, the smaller one doesn't show up because it's behind.

DoorKnobHandle

Go to the "GUIs" pane on the left in AGS and take a look at the "Z-order" property that every GUI has. Looking this up in the manual would tell you that you can change the drawing order of GUIs using this variable. The GUI with the higher number will be drawn over others, you you'd need to give your smaller number for example a Z-order of 200 while making sure that your large GUI still has 0, 1 or anything <200...

SSH

I think by default GUIs Z value is the same as its gui number
12

sloppy


SMF spam blocked by CleanTalk