Hi! First of all, great work on NGUI. The new anchor system is really easy to work with.
Got a quick question.. Im doing a popup-window, and my hierarchy is set up like this:
Panel
-Popup graphics
-Background sprite
Im using a tweenScale on my Panel to scale up my Popup graphics. While I do this, I want the background sprite to cover the screen.
I´m using the new anchor system to anchor the background sprite (target UI Root).
Problem is, when im running the tweenscale on my Panel, the background sprite scales to. How do I keep my background sprite to ignore the scale of its parent panel?