hey folks

I'm having an issue with BitmapData.draw(). If i try to use it on a masked
item, i get strange results (usually nothing). If i unmask the item first, i
get a result as expected but obviously no mask.

Is there any way to do both? I'm thinking I'll have to loop through all of
the pixels in the mask and the image and use copyPixels() for each one that
falls under the mask colour but that seems VERY processor intensive.

any ideas?

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

Reply via email to