getting true position of parented layer (Just the y pos though!)
i want to link with expression Y position of Layer A to Layer B ( B is Parenter to C).
i tried to rearrange expressions like:
L = thisComp.layer("End1");
L.toWorld(L.anchorPoint);
or
thisComp.layer("childNULL").toComp([0,0,0])
but i cannot make these expressions work just for the y value.
my knowledge of expressions is too limited please help!
