-
Wiggling Expression
Two things similar things to do with wiggle expressions, firstly i’m trying to wiggle a layers z position so i came up with the expression
[ 100,100, [100+[wiggle(0.5,200)]] ]
and i get the error “array piece can’t expand to more than one value”. Could someone explain what this error means, i get it quite a lot, and how i could fix the problem?
Also, i want to wiggle the x and y scale property of a layer but so the y value is the same as the x at any time, i came up with;temp = wiggle(10,50);
[temp,temp]and got the same error, probably doing the same thing wrong. If anyone could explain what i’m doing wrong i would be very grateful.
Thanks very much for your time and help.
Luke