Answered
Expressions that work with layers in other Comps


I need an expression that allows the "shape" layer to be placed in the center left of the "Shape layer 1".
What's wrong with my code?
rect = comp("Pre-comp 1").layer("Shape Layer 1").sourceRectAtTime();
[rect.left, rect.top + rect.height/2]
