Question

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 and alpha is slowly going to 100%... but the snowflakes are visible over the black rectangle - how to remove them all ?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top