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 [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

