-
parent layer vs position expression
I’ve never tried this before and completely stumped on how to do this other than by parenting.
I have a group of circles that rotate based on an anchor point, other than using a null with a delay and few other bits. I’ve animated my circles that then stop in this position.
I want my text to sit on top and using 0 – thisComp.layer(x).rotation, to keep the text horizontally.
no when I use a position expression it’s using position/anchorpoint, which I know why it’s doing that, but is there an expression that to get the actually position of the shape layer? So it’s like this.
Otherwise I’ll just continue to use parenting.

