Tag Archives: actionscript 3 drawing api tutorial

ActionScript 3 Drawing API

February 14, 2010

8 Comments

Introduction to using the drawing API The drawing API is the name for the functionality built into ActionScript that allows you to create vector graphics—lines, curves, shapes, fills, and gradients—and display them on the screen using ActionScript. The flash.display.Graphics class provides this functionality. You can draw with ActionScript on any Shape, Sprite, or MovieClip instance, [...]

Continue reading...