I have problems with BitmapData.draw() method.

I've only been able to use this method by using the "source" parameter alone with no other parameters filled in for this method.
bmap.(myMC); //works
bmap.(myMC,myMatrix) //Does not work. Why?

It would be wonderful if I could make use of these other parameters:
BitmapData.draw(source:Object, [matrix:Matrix], [colorTransform:ColorTransform], [blendMode:Object], [clipRect:Rectangle], [smooth:Boolean])

-- Keith H --
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to