Making a spiral of catwalks
I'm trying to make a spiral out of a catwalk element.
I'm trying to figure out if there's a way to do this with expressions.
I made a chain, using
pos=thisComp.layer(index-1).position; [pos[0]+2700,pos[1],pos[2]]
then manually added 20 degrees of y rotation working backwards from the end to the start.
then I parented the layers from the end to the start, and then adjusted the orientation of the start element.
I think what I want is some kind of expression that
1) moves the layer into position at the end of the chain
2) rotates it
So is there a way to craft an expression for step 1 than slides the layer into position along the RELATIVE x axis? i.e given that I want my spiral to rise?
thanks!
John

