Hello,
Can anyone tell me if you can apply more than one mask to a movieclip. I’m not sure if I’m using the correct grammar here, so I’ll try to explain it very clearly.
I have a picture, but I want to show only sections of it, so I decide to apply a mask to it using setMask(). However, the sections I want to show are not contiguous, so I want to apply setMask() to more than one mask movieclip in order to be able to show separate sections of the same picture.
Now, I’ve seen it done by duplicating the picture and applying a mask to each duplicate, but I was hoping there was a way to apply more than one mask to an movieclip.
Does anyone know if it’s possible?