I'm sure I used to know how to do this but it seems to be eluding me...

Say I have an MC (may be made up of text, vectors and bitmaps) on the
stage or in the library and I want to copy it as a bitmap into a holder
mc on the stage - how do I copy the MC's bitmap properties?

In pseudo code

Function createCarbonCopy(mc){
bitmapData=mc.BitmapData
holderMc.attachBitmap(bitmapData)
}

Cheers

M
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to