Mike T. Henderson

Interactive Design & Art Direction

AS3 Drawing App

Mar 25 2008

This is a simple little drawing app class I call draw.Pencil. It allows full custom ability to define the stroke width, alpha, color, cap, scaleMode, and the ability to clear on each mouse press. Right now it only allows said parameters to be defined when the instance is created. The next version will allow for change in parameters to be made on the fly.

Continue Reading »

1 Posted under: Drawing API

AS3 Draw Circle Class

Mar 19 2008

I've finally been getting around to re-writing all my ActionScript 2.0 classes in ActionScript 3.0. Since a lot of A.S. 3 is still a little foreign to me, I thought I'd start simple with re-creating my shape classes. First up, draw.Circle.

Continue Reading »

0 Posted under: Drawing API
Click to load more posts...