Does anyone knows how to create more than 1 mask for a same layer?
what would be the point of that?
[QUOTE=saxx;2357558]what would be the point of that?[/QUOTE]
A lot more than your posts.
Anyway, you can’t have more than 1 mask for one layer, but you can nest masks (ie either inside movieclips inside movieclips etcetc) or via actionscript.
I was actually interested why >.>
being friendly for the win
fishb0n3, I got your point.
Yes, you can surely make more than one mask for the same layer through a bit of action scripts.
You just need to use setMask() function.
e.g. You have many layers inside mask_group movie clip. Then you can apply that to your object **photo **movie clip.
photo.setMask( mask_group );
Please take a look at this source file. So you will learn more about it.