Copy link to clipboard
Copied
Hi community.
Is it possible to make these circles 1,2,3 follow the corners of these lines, where ever I position them on the canvas, they follow allong? My initial thought was draw the line animation, where the line changes shape, making zig zags and random wave shapes, and then add in the same shape 3 circle shapes, and I thought of using the pick whip to connect their position, but didnt work.
Whats the best method to achieve this?
Thank you.
You have the wrong name for the null. You can use the Pickwhip to select the 'p =' value or start typing the null's name in the layer("name") field. Auto-complete will give you the option to choose the appropriate null name from a dropdown list.
Also, clicking on the Layer Name column in the Timeline will switch the layer name from Null 1 and Null 2 to the Shape Layer name given by the Create Nulls From Paths/Points Follow Nulls script.
You also have to remember to reset all position proper
...Copy link to clipboard
Copied
A script at the bottom of the Window menu will allow you to attach nulls to mask or shape layer paths.
Here's the workflow:
p =thisComp.layer("Shape Layer 1: Path 1 [4.1.3]").transform.position;
p - [thisComp.width/2, thisComp.height/2];
The expression just subtracts the comp center from the position of the null.
Repeat for each ellipse you want to follow the path. The final comp would look something like this:
Copy link to clipboard
Copied
Hello Rick.
Thanks for your reply.
Im getting an expression error, I believe Im confused at step 5, thats why its not working out. Please guide me a little bit more. This is what Ive done so far, I have created the nulls, and just used 1 path, 2 nulls to simplify thigs.
Ellipse path 1 is attached to Null 9
When entering the expression here is the error Im getting:
What did I miss?
Thank you.
Copy link to clipboard
Copied
You have the wrong name for the null. You can use the Pickwhip to select the 'p =' value or start typing the null's name in the layer("name") field. Auto-complete will give you the option to choose the appropriate null name from a dropdown list.
Also, clicking on the Layer Name column in the Timeline will switch the layer name from Null 1 and Null 2 to the Shape Layer name given by the Create Nulls From Paths/Points Follow Nulls script.
You also have to remember to reset all position properties.
That should solve your problem.
Maybe this will help. The expression can be on either of the ellipse layer's position properties.
Copy link to clipboard
Copied
Cant thank you enough!
Kind regards.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now