Question
Expressions: Problem linking a position to the anchorPoint of another
I have to link the position of a text source in the end of other text source. Them I used:
text = thisComp.layer("8,87").transform.position;
text.toComp(text.transform.anchorPoint)
TypeError: Cannot read property 'anchorPoint' of undefined
What can I do about that?