-
Linking Nulls to Nulls in ParentComposition goes wrong
Hi Guys,
I have two Nulls in CompX (3840 x 2160px) that I want to link/duplicate to the ParentCompY (1920 x 1080px). Unfortunately it goes wrong and I don’t know how to fix it.
Comp X with the two Nulls

I would like to have the motion that I applied to the Nulls in CompX to be visible with different nulls in CompY.
I tried multiple expressions like:1.
L = thisComp.layer(“…”);
L.toWorld(L.anchorPoint)and
2.
L1 = comp(“Comp 1”).layer(“Layer X”);
P1 = L1.toWorld(L1.anchorPoint);
L2 = thisComp.layer(“Comp 1”);
L2.toWorld(P1)3. Using Point Controls
Clearly I am missing something here, because it usually results in a Null that is far outside the CompViewer and moves way to fast/weird. I want two pieces of ice to follow the motion I applied to the nulls in CompX and be able to move the Nulls in CompY so they are not fully depended on the exact location of CompX.

The image above shows CompY, where I want to have these Nulls and eventually link two “ICE” objects to the nulls.

