Hi,
Using the hierarchy below, I would like to tween the colors of B,C and D with identical TweenColor values at the same time.
I understand I can use UIPlayTween script on the panel and group them all.
Panel
NGUI Sprite A
NGUI Sprite B (+TweenColor)
NGUI Sprite C (+TweenColor)
NGUI Sprite D (+TweenColor)
My questions:
1) Lets say the trigger for tweening is a click - how to script selective clicks ? (only a click during a specific state of the game should trigger the tweening)
2) Since the tweens are identical, is there a way to use a single TweenColor that impacts several GameObjects (different hierarchy)?
Cheers,
Gio