-
simple syntax question
so i am becoming semi-friendly with arrays, and slowly better at syntax
right now i am just perplexed on something simple
i am not sure how the syntax works when adding say a wiggle on top of the x variable. do i put it below in the array, or is there a way to tack it on to the x = line. Ive played around for a while now, and im just not getting it.
x= comp(“master”).layer(“Controller”).effect(“width”)(“Slider”)*2*(index-1);
y= position [1];[x, y]