in anchor point firstly
r = sourceRectAtTime();
[r.left + r.width, r.top + r.height/2]
This will automatically place the anchor point always to the right hand side.
Then in position.
x = 150; //(you can assign it to a slider swell if you want multiple.)
y = value[1];
[x,y]