[Flashcoders] Invert coded mask?

2006-09-21 Thread Ellen Sundh
Hi! I created a mask with setMask to mask another movieclip. I wonder if it is possible with code to invert that mask? So instead of having a circle as a mask, that circle becomes a hole in a square. Like punchhole style. Thanks in advance! Ellen -- Ellen Sundh Flash Developer Great Works

Re: [Flashcoders] Invert coded mask?

2006-09-21 Thread Johannes Nel
so you did this a.setMask(b). now go a.setMask(null) b.setMask(a) no? On 9/21/06, Ellen Sundh [EMAIL PROTECTED] wrote: Hi! I created a mask with setMask to mask another movieclip. I wonder if it is possible with code to invert that mask? So instead of having a circle as a mask, that circle