Is it possible to create multiple layer masks over a single layer using Actionscript3? Thanks!! I’m new to Flash.
Below is the flash effect I wanted to create with masks.
- First it starts from A and goes to B and C simultaneously.

- Then from B it goes to H and D simultaneously (the same applies to C).

- This is how the end result will look like.

ps. I need my background to be transparent. I’m embedding it into a web page later.
I’m quite sure to say: It won’t work with multiple masks on one content mc.
Other Solutions:
a) If you’re using a single color background, you could try to overlay your content with multiple movieclips of that color.
b) Try to do the animation inside a masking movieclip.