Hi everybody!!
I need the eye to follow the mouse., that simple.,
little demo:http://www.geocities.com/iliap999/flashwork/myzoom.html
but i don't want it just to be a dragable MC(personal reasons), I did it in director time ago , look something like this(for the left eye)

set h = 300 -- the mouseh
set v = 241 -- the mousev
set l = sqrt(v*v + h*h)
set the loch of sprite 7 = 300 - 12*h/l
set the locv of sprite 7 = 241 - 12*v/l
not familiar with flash yet that much to do it.,
any sujestions will be apriciated
Ilia