-
layer marker code for bobble head
I got the expression for the head on the y position
freq = 5;
amplitude = 35;
decay = .5;y = amplitude*Math.cos(freq*time*2*Math.PI)/Math.exp(decay*time);
position + [0,y]from Dan Ebbert’s jack and the box
and Laurine Virgilli randomly wiggle wiggle(5,10)
How can I control both of them with layer markers.