How to create a time delayed movement in one axis only.
Hi.
I have a comp with over 200 layers and I'm trying to have them drop down, in the y axis only, following the first layer which is key framed.
They all have different positions in the x and z axis that needs to stay the same.
Imagine a floor of tiles where each tile drops vertically into place following the first tile and with a fixed time delay between each tile.
I found this expression which works well for the time delay but its moving all the tiles to the same end position.
Any help would be greatly appreciated.
delay = 5; //number of frames to delay d = delay*thisComp.frameDuration*(index - 1); thisComp.layer(2).position.valueAtTime(time - d)
Many thanks
Casey
