Place objects along a path in After Effects

PHOTO EMBED

Sat Sep 10 2022 08:59:26 GMT+0000 (Coordinated Universal Time)

Saved by @vjg #javascript

pos = linear(index,1,10,0,1);
thisComp.layer("Solid with Mask").mask("Mask 1").maskPath.pointOnPath(pos, t = time);

// ALTERNATIVA ANIMADA
thisComp.layer("Solid with Mask").mask("Mask 1").maskPath.pointOnPath(time/10);
content_copyCOPY

https://aescripts.com/learn/after-effects-incredible-expressions-challenge/