I am trying to create a Flash application which will allow a user to draw arrows on the screen/canvas by using the mouse. So if they click and hold the left mouse button at coordinates 23,12 and release the left button at 84,45 a line would be drawn between the 2 points with an arrow head at the second coordinate.
I also need each individual arrow to be selectable so they can be moved or deleted (I know how to do this part!).
If someone could help me and point me in the right direction (such as an example or tutorial), it would be greatly appreciated!
Since it’s your first question:
You say you know how to move them, so I’ll leave that up to you.