-
problem creating a wiggle range in position
hey there:)
I’m trying to define a wiggle expression that will only move the object in a certain range along the Y axis.
here is the expression Im trying to use:
minY = 300;
maxY = 700;
w= wiggle(2,20);
y = linear(w,-20,20,minY,maxY);
[value[0],y]
i get this expression error :
“argument 1 to linear() must be scalar”
would love some help with this