1
votes

I have a complex movieclip object (an movieclip made up of other movieclips) that I want to fade in and out, but I don't want the objects that overlap to become visible during this fading process, I want to treat the whole thing like a bitmap for the duration of the fade. Is this possible?

1
Do you mean that you want all the MovieClips inside your complex MovieClip to fade uniformly? - manglewood

1 Answers

2
votes

Set blend mode to "Layer":

blend-mode

Layers with normal blend mode:

normal blend mode

Layers with layer blend mode:

layer blend mode

References: