Give me directions please

hi, :}
i am trying to make a small project to expermint [FONT=Times New Roman][SIZE=3]with AS3, I am not a programmer, but trying to learn. [/SIZE][/FONT][FONT=Times New Roman][SIZE=3]What I need to help me the directions or keywords to do specific points.[/SIZE][/FONT]
[LEFT][SIZE=3][FONT=Times New Roman]I started what I can do[/FONT][FONT=Times New Roman], mouse movement. I do not know its name in AS3, but this what I done.[/FONT][/SIZE][/LEFT]

[LEFT][FONT=Times New Roman][SIZE=3]on the stage there is a movie clipm i give flowerMC instance name:[/SIZE][/FONT][/LEFT]

[AS]
flowerMC.x = mouseX;
flowerMC.y = mouseY;
[/AS]

on frame 2 i added this code to update the mouse position:

[AS]
gotoAndPlay(1);
[/AS]

my questions:
is this the right way?
i want the movie “flowerMC” goes opposite the mouse with easing.

please give me some directions to what to use

thanks for your help