Monday, September 05, 2005

Flash® 8 - Airbrush Drawing Tools using flash.display.BitmapData

Darron Schall created this example using the new flash.display.BitmapData class. It provides a airbrush drawing tools with options using V2 components.&



In Flash® 8, you can create BitmapData objects in memory and use attachBitmap to provide a views of the BitmapData at runtime. The BitmapData class allows you many options in terms of rendering to screen. In this case, as you draw you manipulate the stored BitmapData data and the attached view displays your changes.

The capability added with flash.display.BitmapData and attachBitmap is amazing. It is the basis for many of the more complex imaging examples. This example is available with full source and documentation within Flash® by Example.

More to come.

Ted :)

0 Comments:

Post a Comment

<< Home