Hi,
I have two panels - one is for the background("Panel A") , the other is for the popup window("Panel B")
Panel A just has the background image which has UITexture image and 2~3 buttons(let's call these buttons as 'New', 'optionButton').
Panel B is the invisible panel at the startup which have several children buttons with the components as 'TweenTransform', 'TweenAlpha',
and turns visible on the press event message of the the 'optionButton' which is the child of Panel A
If I press the 'optionButton' , the PanelB is visible and slided in the center over the Panel A.
It's okay until now..
Now, Panel B covers the center part of thePanelA and their children( 'New', 'optionButton' )
But I also can press the 'New' button, and 'optionButton' , which is the child of PanelA
I think these buttons shouldn't be pressed because the PanelA is under the Panel B,
(that means PanelB covered the PanelA)
How can I solve this??
How to separate the interactions between panels( upper panel and lower panel ) ?