-
expression to link one axis not working
hello
I’m trying to use Dan Ebberts expression (albeit for a 3 dimensional array instead of 2) to link to just the y position of an element in my comp
here’s the code I’m trying, with no luck:
y = (-1)*(thisComp.layer(“JRM”).transform.position[1]);
[value[0], y[1], value[2]]can someone spot an error?
thanks very much
ML