Thanks Dan. That’s a nice effect and might help with another task I need to deal with next. I was looking for more of a follow the leader kind of look where I could keyframe one object and have the others follow. I was able to get closer by searching deeper through the posts and modifying one to get this:
delay = 10; //number of frames to delay
d = delay*thisComp.frameDuration*(index – 1);
[position[0], thisComp.layer(“1”).transform.position.valueAtTime(time – d) [1]]
I’ve got 18 objects. Is there a way to lesson the Y value of each layer so it doesn’t rise above the Y position of its previous layer? Does that make sense?
Thanks,
Rob