Author Topic: TweenPositions In UITable  (Read 2171 times)

PiotrT

  • Guest
TweenPositions In UITable
« on: April 17, 2013, 12:14:13 PM »
Hi
I have couple objects in UITable, dynamically I'am adding couple new objects using NGUITools.AddChild and then making myuitable.Reposition(). It works fine but can you tell how to animate this ? I want to see how my objects are moving during Reposition.
Thank you in advance.

Now  I know exactly what I need, TweenScale has this :  Update Table for TweenPosition.
Or maybe is there a better way to animate reposition?