Search

Archive for June 8th, 2007

Bitmap and Sprite Conversion in ActionScript 3

Posted by Nate Chatellier on June 8th, 2007

I got tired of writing the Bitmap and Sprite Conversion code in AS3 multiple times and finally decided I'd write a small utility that would easily do this for me.
Usage:
Let's say you have some some Sprite on the stage called _mcSprite that you want to become a bitmap, then you would do the following:
PLAIN TEXT
Actionscript:

var [...]