Hello,
I have 2 or more tweens on the same sprite, how can I play a specific tween on onFinished from another one. Even if I set the group tween some value and play it with UIPlayTween, I'll end up with more UIPlayTween scripts on the same object, which is not a solution either.
The most simple solution I can think of is to have an array on each Tween with tween groups that will play when the tween is finished.
This is very important for my graphic team, so they don't need to write any code to make animations.
Thanks