Hi Dan… I’ve got a similar problem, so that’s why I’m reading your posts actually…
I want my Null_01 to be parented with a Null_02 in a different composition and to wiggle at the same time. I use variables for position (P) and for wiggle (W).
All is applied in Ypos parameter:
P = comp(“my other comp”).layer(“Null_02”).transform.yPosition;
W = wiggle (10,10);
How should the last line look like? I tried P+W; It works fine but the Null_01 moves to a crazy position… Any idea?
Thank you very much!