With that done we can take a look at a new function of the Flash Drawing API: curveTo. curveTo is like lineTo in that it connects two points, but rather than drawing a straight line from point A to point B it instead draws a curve and it requires not only the starting and ending points (anchors), but the coordinates of a control point: a point that the line curves towards. The location of the control point determines the fullness and steepness of the curve between the starting and ending anchor points.


