Hi Walter,
Thanks a lot for your amazingly fast answer ????
That’s exactly what i was looking for.
I was stuck with this:
newLayer.startTime = -timeOffset* i;
newLayer.inPoint = 0;
And that one is the cherry on the cake:
if (newLayer.outPoint < newComp.duration) newComp.remove();
Thanks a lot for the help, your code is very clear ????
So helpful!
Alexis