Flash : Inverse masking

On August 11, 2010, in ActionScript3, Experiments, Flash, Programming, by Anders Figenschow

To apply inverse masking in flash as3, you can achieve this by applying BlendModes.

Here is how:
1) apply flash.display.BlendMode.LAYER to the parent object
2) apply flash.display.BlendMode.ERASE to your inverse mask object
3) Awesome.

Tagged with: