-
Null control with different speeds on X and Y
I want to control an object with a null so, that the object would move at different speeds on X and Y. I thought this would be fairly simple with the techniques I’ve learned.
I thought I separate the x and y and just give them a different multiply. But it didn’t work.What am I doing wrong?
x=thisComp.layer("Null").transform.position[0]
y=thisComp.layer("Null").transform.position[1]
transform.position[0]+x*1.5
transform.position[1]+y*1.8