开发者

Remove all duplicates of movie clip (snow effect)

Hello I'm making Christmas card on flash and I put some snowflakes from this tutorial

The problem is that every snowflake is created over everything else on the stage and I need to hide all snowflakes for some frames to make transmission between two scenes.

Transmission is transparent black rectangle over the scene 开发者_Python百科and alpha is slowly going to 100%... but the snowflakes are visible over the black rectangle - how to remove them all ?


You could create a specific MovieClip for the snow effect, this MovieClip would act as a container for your effect. Instead of adding the snow mcs directly to the stage, you would add them to the MovieClip that's added to the stage.

Whenever you need to hide the snow, simply hide the MovieClip.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜