Hi,
I was looking at the NGUI 3.0 tutorial video and saw how you anchored sibling objects together. In that regard I have a question in terms of tweening panels using this method.
I have setup for my GUI like this:
Anchor
------Panel (with a TweenPosition)
---------GfxWidget (with an anchor script with container set to BackgroundWidget)
---------BackgroundWidget2
I want to tween the Panel into my scene. Now is this a legitimate setup, or are these anchors connecting each other making it impossible to tween my Panel?
If not, how would one go about tweening such a panel box setup as shown in the tutorial? Would you have to stick to alpha tweens and never change tween position/scale/rotation?
I could animate each and every object inside my Panel with a separate TweenPosition attached to them, but wouldn't this also get me into trouble with the anchor on "GfxWidget"?