Hello
I’m trying to set up a series of transitions, where one transition runs e.g.-
transition.to(show2, { time = 12000, x = dest1.x, y = dest1.y, yScale=2, xScale=2})
Then I would like to pause this object, resume the object but change the direction. When I add all transitions into one line, they all merge together without a definite path. I’ve checked the transitions documentation and couldn’t find anything that relates to this.
I also wanted up to ten objects to follow the same path, proceeding each other. I’ve also tried this but all the objects run at the same time.
Is there a way to set a timer, to allow each object to run its path, with a change of direction, then the next object runs its path etc?
Thanks in advance!