Storing masked image [myBitmap.mask = mc_masker;]

WHAT CAN i save this [myBitmap.mask = mc_masker;]

in ? ive tried drawing it as a bitmapData and saving it into a bitmap but it doesnt work

i need to store it somewhere !!!1

its wrecking my head !

[quote=antigirl;2350211]WHAT CAN i save this [myBitmap.mask = mc_masker;]

in ? ive tried drawing it as a bitmapData and saving it into a bitmap but it doesnt work

i need to store it somewhere !!!1

its wrecking my head ![/quote]
any1

bump

I don’t see what the problem is. bitmapdata.draw() will capture the mask as long as you draw the parent of the mask/bitmap clip.

I just tried it, works fine.