Dude! In line 2 of the script, “p= …”, simply replace the number “1” after the word layer with “14” for layers 15-upto whatever number you want. Essentially, any layer with this scipt will follow layer 14.
//original script – layer 1 as leader
d = delay*thisComp.frameDuration*(index – 1);
p = thisComp.layer(1).position.valueAtTime(time – d);
[p[0],value[1]]
//
//amended script – layer 14 as leader
d = delay*thisComp.frameDuration*(index – 1);
p = thisComp.layer(1).position.valueAtTime(time – d);
[p[0],value[1]]
//
Cheers
Roland Kahlenberg
broadcastGEMs
customizable animated backdrops with Adobe After Effects project files