Hi,

Im trying to get a movieclip to follow the mouse.

what i had at first was

Tweener.addTween(movieclip, { x:mou***, y:mouseY, time:1 etc...

which when the mouse moved, the tween would run until the movieclip reached the mouse

however what i want is for it to follow the mouse but keep a set distance. so if i move my mouse upwards, the movieclip will move upwards too but only a little.

for example

if you hold your finger out to the right off your body and slowly moved it across to the left, your eyes will follow. the mouse= your finger, pupils = movieclip

I'm not doing an eye follow animation but is similar.

anyone know how i should approach this?