I've already done the animations, but what I figure out it's that UIButtonPlayAnimation just play animations attached to the widget.
UIRoot
- Camera
-- Anchor
--- Panel1
---- Button1 (UIButtonPlayAnimation)
--- Panel2
--- Button2 (with animation attached) <- this should move when pressing Button1
I want when you press Button1 it moves Button2, so I attached animation on Button2. Because if I attached to Button1 it moves this button instead Button2.
I'm doing it wrong? that's not the way?