did you try my_mask.cacheAsBitmap = true
and my_masked_movieclip.cacheAsBitmap = true
?
hth,
Cedric
On 13/03/2008 15:15, Martin Klasson wrote:
I am not that good ar the drawing api to be making myself some
great corners
;)
import flash.display.Shape;
var my_mask:Shape=new Shape();
my_mask.graphics.beginFill(0x999999, 1);
my_mask.graphics.drawRoundRect(10,10,320,240,15);
my_mask.graphics.endFill();
addChild(my_mask);
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders