-
how to set an absolute position value on the position of a parented layer
Hi there
I have the absolute position in a comp like
abs_pos = [460,540];
and I want a parented layer have exact this position.
It must be really easy but I can´t figure it out. This on position doesnt´t work:abs_pos = [460,540];
fromComp(abs_pos);If you change the layers scale or rotation, the position shifts.
I am very thankful for any help..