Im using the drawing API to draw lines between movie clips, join the dots style, but is there a way to draw an arrow in the centre of the line indicating which direction its going?
I know it will involve trig i think and i guess it will be something like (1 find the mid point of the line (2 find the direction by checking the start point and end point (3 draw a triangle somehow that goes in the right spot.
Any suggestions? It shouldnt be too hard if u know your trig i bet…