-
Expression for circles following a curved path?
I’ve searched the COW archives and found a lot of info on this subject, but nothing that is a total solution to what I’m trying to do. I have a line of 7 circles with an even amount of space in between them. I want to be able to move the line in a “snake-like” manner across the screen and have the cirlces all follow along the curve AND maintain their even relationship to one another. I’ve gotten close with this:
offset = 1;//Delay in seconds
thisComp.layer(index – 1).position.valueAtTime(time – offset)But in the end this doesn’t work for me because the followers all come together with the leader at the beginning and end of the keyframes. I need to keep the circles evenly spaced with each other as they move along the path. Any help is greatly appreciated!
Thanks,
Mike