Thanks Dan, If i wanted a layer in my main comp to follow the scale from a layer in the precomp, i’m guessing i add this in and then it should work once i’ve renamed the layers and the precomp within the expression.
Below is the expression i’m using. i’m getting no errors but also nothing is happening.
Basically I have a sqaure in the main comp and a red dot in the precomp. I would like the square to reference the red dots scale animation. However I would like to have it further along the timeline than the red dots animation. I understand thatyour expression works however i’m so new to expressions i dont know how to confidently manipulate is to work in my favour.
I hope this makes sense
comp("animation").layer("layers").transform.scale
comp("animation").layer("layers").position.valueAtTime(time - thisComp.layer("animation").startTime)
all the best
al