-
How to have multiple points follow separate paths while maintaining the same relative x position
I want to mimic a graph similar to this in AE ( https://mf.freddiemac.com/aimi/)
What i mean by this is, I want to create a mouse cursor and be able to keyframe its position around in my comp and have those 4 points along the line follow the mouses x position but maintain the relative y position to where they are on their path. I have tried everything i can think of, but even when i almost got it working through code there is an offset in speed between each point. Essentially I could drag an object and all of the points would move alone with it, while following their path, but they would all move in the x axis at slightly different speeds offsetting each otherEssentially I want
Path 1
Path 2
Path 3
Path 4Object 1
Object 2
Object 3
Object 4Mouse Cursor
Object 1
x position of object 1 is equal to x position of cursor
y position of object 1 is equal to the y position of path 1 relative to the x position of mouse cursorObject 2
etc..Thank you so much to anyone who can help me figure this out
