Thanks alot Julien it worked nicely and I could have really used those videos a few months ago so I will be checking out ya channel to see what other good stuff u got on there… Ne ways only other thing Id like to know is… If I want to reposition the anchor point say to a few other positions on the rectangle how would I do that e.g
I used this to get it to the center right side:
R = sourceRectAtTime();
[R.left+R.width,R.top+R.height/2];
and this to kind of offset it using a slider (dunno if thats the best way to do it but it works)
R = sourceRectAtTime();
S = thisComp.layer(“Control”).effect(“Slider Control”)(“Slider”);
[R.left+R.width,R.top+R.height/2]+S;
I’d like to know how to do it for the center left side and top of the rectangle please and thanks again.