Dan you have made my day thank you
Both do the job perfectly, its getting late and its great when it works, i can get on now,
one last question please how do i lock the focus to the same object i tried:
length(thisComp.layer(“Null 1”).position,position) no good
length(thisComp.layer(“Null 1”).anchorPoint,position) almost
target = thisComp.layer(“Null 1”);
v1 = target.toWorld(target.anchorPoint) – toWorld([0,0,0]);
v2 = toWorldVec([0,0,1]);
dot(v1,v2)
Zero?
🙂