-
position Y loop issue
Hello,
I am new to this forum. Nice to e-meet you.
I had look for this answer and I can’t find a solution.
I have this code:
I have a shape layer. I want this layer to scroll from the top to the bottom and reset its position to top again when is out of the screen.
I have this code and it doesn’t work. Can you help me? Thank you!
X=position[0];
Y=position[1];if (Y <= thisComp.height)
{
[X,Y*time];
} else {
[X,Y - 200];
}