-
Wiggle Expression
I want to have a different wiggle value for the x position from the y position. I typed in the following but it ignores the first wiggle expression but looks at the second one:
wiggle(12,20);
wiggle(16,2)Why is this? What would be the correct expression to use? Is there a way I can do this without having to separate the dimensions? Very new to expressions and any help is greatly appreciated.