The need is to run the object and stop, now run further and stop and so on, according to the number parameter of the function. If I add repeat in the tween, it starts from the original starting point on repeat.
I tried to add iterators with the tweens with for loop also. But they don’t give pauses on the stops. I added delay and completeDelay to get the pause but to no use. It just runs straight to the final destination. I even tried setTimeout but no help.