-
Connect/select the xPosition, yPosition within nested comp
I want to connect/select the xPosition, yPosition of animated character’s hand layer within a nested comp using a null in my overall composition. So, when the character in the nested comp moves his hands, the null moves in sync and position. See diagram.
Upstream Comp within is called “rappeller”. Containing comp of “rappeller” is called “rappeller and zip total comp”. I tried this expression on the null in “rappeller and zip total comp”:
I get a syntax error on this experimental expression to reach through the rappeller comp to the hand.
P = comp(“rappeller”).layer(“man hand lf”);
thisComp.layer(“rappeller”).toComp(P.toComp(P.transform.xPosition));
Still doing my own research on how to do this but would love some higher knowledge. Thanks, Mac