-
link the position of a layer to a different comp layer..
thisComp.layer("point control").effect("Point Control")("Point")How do I link the position of a layer in one comp to the position of another layer in a different comp?
currently I have this, which works fine since the layer is in the same comp…:
thisComp.layer(“point control”).effect(“Point Control”)(“Point”)
this just links the position to a point control layer I have. what i want to do is put the point control in a seperate comp so I can have different layers in various comps linking to the same point control layer..
I know this is probably a stupid question, hehehe, but I am learning!
thanks in advance!