Common advanced drawing API tasks

The following tasks are things you’ll likely want to accomplish using the advanced drawing API in ActionScript:

  • Using Vector objects to store data for drawing methods

  • Defining paths for drawing shapes programmatically

  • Defining winding rules to determine how overlapping shapes are filled

  • Using graphics data classes

  • Using triangles and drawing methods for three-dimensional effects