It places the movie snowflake1 on the stage in my Pre-Load Scene.Code:for (var i = 0; i<amount; i++) { thisFlake = this.attachMovie("snowflake1", "snowflake1"+i, i);
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:
Please help as I am getting tired of flakes where they don't belong. Thanks.Code:this.removeMovieclip("snowflake1") delete "snowflake1" this.removeAll
Sincerely,
Greg




Reply With Quote