NOTE= I do not mean iterations=-1
So lets say I have a transition:
transition.to(obj, {time=3000,x=obj2.x-50,y=obj2.y-50})
If obj2 moves(x,y cordinates change), I want the transitioning object to be constantly transitioning to obj2
I have tried setting iterations to -1 and putting the transition code in a loop but it still doesnt work.
Anyone know what to do?