-
Wiggle Expression too random, need a “Pulse Effect”
Hey Guys,
I need your help here, so you know when you write an expression for the wiggle (eg wiggle(2,15)) it will wiggle randomly to those values you specified right?
but here’s the thing, the wiggle expression about gives unpredictable random movements, lets say I want the object (position in this case) to ‘PULSE’
For instance the object is at the position 0,0
and I write the expression to wiggle the object 15 pixels ONLY on the X axis (just to make things simple) it would look something like this;a = wiggle(2,15);
[a[0],0]okay, the above expression is gonna create some seriously random ‘organic’ movements.
But what I really want is to have this object ‘PULSE’ between +/-15 pixels, one keyframe it’s at -15, the next keyframe it is at +15
Thanks guys, I hope you understand my question clearly and help me out, much appreciated