Hi,
I am studying the NGUI examples and have a bit of trouble understanding them. In the
Main Menu example and the
interaction example you're are both swapping out content, i.e. moving them around. In the Main Menu you use animation, in Interaction a tween. I understand that part, but I don't see how you activate them from the Outside.
There's no script saying
OnActivation
this.GetTween().Start()
or
OnClick
target.GetAnimation("Name").StartOnce()
Know what I mean? How do you start them from the outside? Must happen somewhere in the Inspector, so I'm kinda frustrated I don't see it