Z order umg VS Touch pad don't work

Hi

First, sorry to my English :slight_smile:

I am doing a mobile gameplay with default touch and widget 2D.

http://img4.hostingpics.net/pics/587099WidgetInterface.png
http://img4.hostingpics.net/pics/692476Defaulttouchinterface.png

Everything work, but separately

Umg works but not touch interface. When i pass z order of umg to -12, touch interface works but not umg

http://img4.hostingpics.net/pics/732849Beginplay.png
http://img4.hostingpics.net/pics/596673Play.png

I don’t understand why and how edit z-order touch interface.

Thank you to read and again sorry for my English

Ok i find. Delete set visibility and that’s work. I don’t know why.

Someone can to explain me ?

Hey Ilxs,
The solution for your problem is to use “add widget” instead of “set visibility” for showing your widget and to use “remove from parent” instead of “set visibility” when you want to hide your widget.