Game Development Community

Gui control zindex

by gamer · in Torque Game Engine · 08/02/2006 (4:16 pm) · 2 replies

What is dictating which gui component lies on top of the other? I am looking for something similar to zindex in html. When I have two gui controls that overlap, how do I set which one's on the top layer?
thanks!

#1
08/02/2006 (4:17 pm)
I do not know this for a fact, but I suspect that it's based on the order the datablock for a given control appears in the gui file.