You could do something dirty like:
L =thisComp.layer("start");
L.toComp (L.anchorPoint-100);
which will move the beam 100 pixels away from the anchor point
Or move the anchor point of the start layer.
Either way, you don’t need the nulls any more.
This isn’t perfect, really what you want is to move the start and end on the same vector.
Phil
| Phil Spitler Creative Technologist |
Thanks Phil. Do you think there's any way i can get the beam to extend -beyond- the two target points?