wiggle my Y
by criis daw on Jul 25, 2006 at 12:32:08 pm
anyone .
please can you help with this expression..
I have looked at already posted answers and while they help to a great extent i dont seem to be able to find a way to wiggle only the y axis.. I am probably being thick but i am new to expressions and any help most gtreatly recieved ,,
Re: wiggle my Y by Lars Bunch on Jul 25, 2006 at 2:13:13 pm
Hi,
What's happening in the expression is that when you have a animatable element that can take more that one value, you must express it in the form [x,y]; specifically the final values must be enclosed in [] and separated by a ,
So what is happening in Dan's expression is he is telling the first (X) value to remain the same while applying a wiggle expression to the second (Y) value.
If you needed to return three values from the expression, it might be in the form of [x,y,z]