hi,
1) calculate the distance distance(circle.x,circle.y,object.x,object.y)
2) as you now have the distance value in pixel you can work with this. you can either set the circle with and high or the object scale acording to the distance left.
for example set object scale to 1+(distance/1000*(-1))
regards