-
Changing Rotation In Offset
Hi,
I have a COMP with layers that i Can Control there Z Deph and X and Y Position, But i Cant Change there Rotation with a CONTROLLER and with a little Offset in Between them.I’m Trying to do 2 things.
1. To change to rotation of multi layers with a Little offset in between them, and connecting to a rotation controller so i Could the Value of the offset.
2. I would like to make a Delay in the Position and Rotation in the layers Which will follow the Main Layer After Im making a Keyframe animation for the main layer.I Hope i Explained myself OK.
Thanks in advance
Liran//Position controller
z = (index-1)*thisComp.layer("CONTROL").effect("Z")("Slider");
x = (index-1)*thisComp.layer("CONTROL").effect("X")("Slider");
y = (index-1)*thisComp.layer("CONTROL").effect("Y")("Slider");[value[0]+x,value[1]+y,value[2]+z];
