Controlling cursor orientation

Hi,

I’m not real swift when it comes to using actionscript and I was wondering if anyone could give me a solution or point me in the right direction!

I have a simple animation of a fly which I used to replace the cursor,

startDrag(“fly”,true);
Mouse.hide();

and I was wondering if anyone could tell me how I might be able to have the orientation of the fly change depending on which direction the mouse was moving, so the fly would always appear to be flying forward.

I apprecieate any help!

Thanks.