-
How to link with relative values?
I have one object with position and scale animated, and I want another object to follow the position of the first object but not the scale, is there a way to link the position of the second object to the position of the first but in a relative way, as if were the “parent”?. Because if I put “thisComp.layer(“object1″).transform.position”, it copies the position of the first object, and I want it to retain it´s original position while following the parent.
I know I can do this with a null object in the middle, but I think there must be a workaround on this, and I just don´t know it.thanks.
Matz