-
Z position offset for multiple layers
Hihi guys =) I am real new with expressions here and truing to do something rather simple,
I want to take 189 layers make them all 3d and then separate them on the Z axis
using a slider control. here is what I have got already.thisComp.layer(thisLayer, -1).position.valueAtTime(time – .5)+(0,0,thisComp.layer(“Offset”).effect(“Slider Control”)(“Slider”))
It is also a follow the leader type expression with the time offset.
The slider control works, but it’s sliding along the X axis and not the Z,
I figured by putting the +(0,0, and then pick whipping to the slider on my null object would do it…….I am close, and I bet it’s something real simple, I just need a nudge in the right
direction =)Thanks!