Creating multiple masking effects on an image

I’m interested in creating multiple masking effects for an image. Is this possible to have two masking effects for an image? Let’s just say I want to drag a mask on an image, keep it there, and then create another mask on the same image and drag it to another spot. I’ve been working on this for several days and can’t seem to figure it out. Is it possible to save a ‘screenshot’ of the entire image on the screen w/ the masking effect and load that same image with a new mask? I know how to create masks. I just don’t know how to implement this using multiple masks on an image.

You have to script your masks: yourMovie.setMask(yourMask);
Inigo wrote a tute about that, coming out soon.

pom :asian: