-
Expression ”time” making an error
Alloha CC!
I`ve got error “expression result must be of dimension 2, not 1” when trying to run expresion at clock “Position” in .mov;
So, here`s code:timetostart = 4;
if (time >= timetostart)
{
wiggle(time,time*10)
}
else
{
}
;