Tag Archives: bitmap

Tutorials | Adobe Flash & AS3 Tutorials Roundup

Time for another Flash and actionscript 3 Tutorials Roundup. Some AS3 programming tutorials, with cool animations or effects, and even creating a flash site from scratch. Hope that will help you to increase your flash designer and developer skills. 1 … Continue reading

Posted in AS3, Flash, Tutorials | Tagged , , , , , , , , , , | 3 Comments

Source | Bitmap / Vector into firefly particles AS3.0

A cool experiment with source to a AS3 class that breaks up vectors/bitmaps into particles and then moves them around in a semi-random firefly pattern.

Posted in AS3, Flash Source Files | Tagged , , , , , , , , , | 2 Comments

Tutorial | Free Transform via the Custom BitmapTransformer Class

Another great tutorial of Flash and Math, showing their custom AS3 BitmapTransformer class in action. In one example they have a bitmap whose vertices can be dragged in an arbitrary way and the image is distorted accordingly in all sorts … Continue reading

Posted in AS3, Flash, Source Code, Tutorials | Tagged , , , , , , , , , , , , , | Leave a comment

Tutorial | Loading an external .jpg, .png, or .gif bitmap image file in ActionScript 3.0

In AS3, loading external images dynamically is done slightly differently than in ActionScript 2. Whereas in AS2, we could just use the loadMovie() method of the MovieClip class, this is no longer the case. Instead we have to use the … Continue reading

Posted in Actionscript, AS3, Flash, Flash Source Files, Resources, Source Code, Tutorials | Tagged , , , , , , , , , , , , | Leave a comment