Expression to stop wiggle at a time
Hi,
I'm new to expressions so I'm sure this is some syntax error that I can't see. I have something wiggling in the Y-scale only and want it to stop at a certain time but am going wrong somewhere:
timeToStop = 10;
if (time > timeToStop){
value;
}else{
[transform.scale[0], wiggle(1, 35)[1]]
Any help much appreciated,
Thanks
Frank
;
