X only (assuming 3D):
amount=effect("Slider Control")("Slider");
w = wiggle(.5,amount);
[w[0],value[1],value[2]]
X and Y only:
amount=effect("Slider Control")("Slider");
w = wiggle(.5,amount);
[w[0],w[1],value[2]]
Thanks Dan. I’ll try those.
Clyde
ut in omnibus glorificetur Deus