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 snowflakes work right, but when the pre-loading is done there are falling snowflakes on my next scene (I understand that there aren't actually scenes when the flash runs). I have tried numerous ways to remove the clip:
Code:
this.removeMovieclip("snowflake1")
delete "snowflake1"
this.removeAll
Please help as I am getting tired of flakes where they don't belong. Thanks.

Sincerely,
Greg