-
Wiggle Expression for Individual Properties
Hi there everyone. Long time lurker. First time poster.
I’ve been working in the mograph industry for about three or four years now and decided that I should join this community after lurking for so long. Also, a really sharp coworker who was an AE master left the company so I’ve lost a great resource, turning to this one to make up for the loss. Boohoo, I know. Anyway….
I have this problem. I have this layer in 3D space. And I am animating it from, say, (0,0,0) in space to (0,0,100). I want to add an expression that will allow me to wiggle the X and Y of the position property individually using expression sliders on a null.
Now, I am not a programmer by any means, so this is the expression that I came up with:
x=position[0];
y=position[1];
z=position[2];
[wiggle(“nullexpressionslider1″,”nullexpressionslider2”).x, “null2expressionslider1″,”null2expressionslider2”).y, z)I know this is probably all sorts of messed up and that my syntax and logic behind it is completely skewed towards the shortbus domain. Please someone help me out. I know that I can rig up something that will work using some work arounds, but I want to be able to do it this way. Thanks in advance!
– AKN