Hello,
Right now I have it so that the user draws a line and I capture the points at which they begin and end the line. Then I delete that line (it is too sqiggly) and draw a straight line between those 2 points.
What I would like to do is let the user draw lines as needed (ie arond other objects on stage) and then somehow smooth them out.
Any thoughts?