Hi guys,
I want to draw a dynamic arc on mouse move using Actionscript. If, I click and drag on stage, allow him to draw anything and in the end when mouse is released, i want to make that as arc. I can get the start and end point at mousedown and mouseup, point is how to calculate the angle and make it as arc on mouseup. will curveTo will help.