hello my friend 😉
i been trying to pick whip the position of layer A with layer B at second 2… so far i tried a few simple expressions coz I’m new at expressions but i failed , nothing worked for me… here one of them :
timeToStart=2;
if (time >=timeToStart)
{
thisComp.layer(“Shape Layer 1″).transform.position
}
as you can see there in the middle all i do is pick whip the position of the layer A to layer B , trying to get it to follow starting from second 2 …i tried this for the rotation and it did work , but for the position it gives me this error ” expression result must be of dimension 2 , not 1. “…
so if u can help or maybe write me an example i can work with , that would be really great , thanks in advance