Hey Devforumers!
Sometimes, when I click a UI object to physically drag it to a position, it automatically selects it’s parent UI instead, which is usually a frame. Why does this happen? (And if possible, how could I prevent this from happening?)
Hey Devforumers!
Sometimes, when I click a UI object to physically drag it to a position, it automatically selects it’s parent UI instead, which is usually a frame. Why does this happen? (And if possible, how could I prevent this from happening?)
There is a property of a UIObject called ZIndex, the higher the number in this the higher the priority the UI object will be, so you can select it. Try changing the ZIndex to a high number.
Thanks, let me try that! I knew what ZIndex was but I never knew it would affect that.
No problem, the index is very useful for layering UI.