# Give me directions please

**URL:** https://forum.kirupa.com/t/give-me-directions-please/239615
**Category:** Uncategorized
**Created:** [September 24, 2007, 8:36am UTC](https://forum.kirupa.com/t/give-me-directions-please/239615 "2007-09-24T08:36:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jimmy\_cone](https://avatars.discourse-cdn.com/v4/letter/j/6de8d8/32.png) [@jimmy\_cone](https://forum.kirupa.com/u/jimmy_cone)
#### Post date: [September 24, 2007, 8:36am UTC](https://forum.kirupa.com/t/give-me-directions-please/239615/1 "2007-09-24T08:36:04Z")

</div>

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
