-
if else wiggle
Hello
I had an expression using a control to switch on/off a wiggle.
I have tried to modify it to only wiggle x and y, but can’t figure out the problem with it.
I ran it through script editor and still couldn’t get it.
Please can somebody spot the problem?Thanks
control = effect("Checkbox Control")("Checkbox") ;if (control == 1){
w = wiggle(10,50);
[w[0],[w[1],value[2]]]
}else{
value;
}