Archive

Posts Tagged ‘Drawing’

Drawing Shapes in ActionScript 3.0 Tutorial

July 28th, 2006 Fraser Crosbie 4 comments

ActionScript 3.0 has some great new functions to simplify drawing shapes. Previously in ActionScript 2.0 you had to specify each point in a shape and draw lines between them. Now, you can use drawCircle, drawEllipse, drawRect & drawRoundRect to speed up the process.

Lets take a look at how it is done:

Read more…