Andrei,
Thank you so much! I was not aware that you could use expressions to create paths, so thank you – this worked perfectly. I had actually built it with the two dot colors each on their own separate layers, but it was easy enough to create a new layer for the lines and write:
pos1 = thisComp.layer(“DOTS_layer01”).content(“DOT_01”).content(“DOT 1”).position;
pos2 = thisComp.layer(“DOTS_layer02”).content(“DOT_01”).content(“DOT 1”).position;
dots = [pos1,pos2];
createPath(dots)
Appreciate your suggestion, problem solved. Still curious about the original way, for future purposes
Thanks again,
Brady