Pretty much that's how it works because everything in the AS3 swf platform is passed by reference (many not primitives though). If a BitmapData object is a property of a Bitmap object that is inside a sprite (on its display list), by simply changing the reference of the bitmapData inside the Bitmap will change the look of the bitmap ans thus the sprite.Quote:
Originally Posted by as3newb
I have to work up some examples of both of these (the above also) that are real world and working, but this is how I have been doing it for years.
