I’m using the code in this site to create the snowing effect and then, I cannot stop them.
I made my movie from many movie-clips in only 1 scene. Then, I insert the snow movie-clip, it creates the snowing effect for the whole movie-clips but actually, i just need this effect in some of later movie-clips.
I used:
onClipEvent (load)
and onClipEvent (enterFrame)
duplicateMovieClip(;;;);
Please help me to stop this effect!