I want one card to follow the previous card in x,y,z dimension but end up -1 in the z axis.
I thought I knew how to do this but it is not working.
thisComp.layer(“Layer 1”).[position[0], position[1],position[2-1]]
Why doesn’t this work?
I have the comp, the layer then the 3 value array.
So just an even more basic question, how do I write out the full expression with the x,y,z array for position and not just
thisComp.layer(“Layer 1”).position
For some reason I just can’t get my head around exprssions all the time. I wish someone would do a seminar or weekend course on just expressions!