“Hi
one way
create two sliders rename it to x + y for example
add this expression
x=thisComp.layer(“Null 1”).effect(“Slider Control”)(“Slider”);
y=thisComp.layer(“Null 1”).effect(“Slider Control 2”)(“Slider”);
z=position[2];
[x,y,z]
but let’s see what dan or mylenium suggest”
Thank you for the reply! That is a great suggestion, and one that I have toyed with. I guess I am looking to do it using something like this:
x=position[0];
y=position[1];
z=position[2];
[x.wiggle(1,2),y.wiggle(1,2),z]
And I would replace the freq: “1” and amp: “2” with links to slider controls on a null. Can someone tell me what is wrong with the logic in this expression? Cuz I know it is!
So I guess I want to be able to animate on this layer, but then take the animated “x” property and wiggle it varying amounts that I can define with a slider. So that most everything is contained within one expression with the wiggle freq and amp being contained on another null.
Thanks guys!