ActionScript 3.0

Custom Drawing Application

For this project, a robust drawing application was created allowing the user to draw lines and shapes using the Adobe Flash drawing API. Options to change the stroke and color of the drawing objects were provided, utilizing the drawing API and the graphics class within ActionScript 3.0. OOP methodologies and proper utilization of best practices were followed, creating custom classes for each object with proper use of encapsulation. A custom color picker object was created using bitmapData which is used to change the color of the drawing tool selected.

ActionScript 3.0 Drawing Application ActionScript 3.0 Drawing Application