Hi All,
i want use 2 transition. When finish first transition than second transition should start.
for example:
[lua] transition.to( myObj, { time=1000, alpha=1,xScale=2, yScale = 2 } )
transition.to( myObj, { time=500, alpha=1,xScale=0.5, yScale = 0.5 } )
[/lua]
But transitions working simultane.
is there any option to sort the transitions?
