Code:
I have the following code:
for (var i = 0; i<amount; i++) {
thisFlake = this.attachMovie("snowflake1", "snowflake1"+i, i);
It places the movie snowflake1 on the stage in my Pre-Load Scene.

Then when I play the movie the snoflakes work right, but when the pre-loading is done there are falling snowflakes on my next scene, even though there is no code for the snowflakes in that scene.

I have tried numerous ways to remove the clip:
this.removeMovieclip("snowflake1")
delete "snowflake1"
this.removeAll

Please help as I am getting tired of flakes where they don't belong. Thanks.

Sincerely,
Greg