Hello all!
Let's see if I can explain my problem in an understandable way

I have a level select screen with a list of item throught i move with keys (UIKey Buttons), when I select a level i need to show a "layer" on top with a skin selection with a scrollview and want to navigate with buttons too (I place it out of see, and move in with TweenPosition).
My problem is that when I move the layer in, the focus continue in the level selection, so I can't move the skin with buttons because of focus. If I click on the scrollview, then I can move que skins with the buttons (I have duplicate and modified the UI Center On Click script, to UICenter on Select), but i don't know how to change the focus when I select the level.
In addition, can I disable buttons when I click other buttons?
I hope is understandable ^^
Thanks!!