This tutorial will demonstrate to you how to make a 3Kb swf that simulates a snow-globe effect. It is built from Jeff Edsell's version with modifications to increase simplicity and significantly decrease file size.
It's recommended that you know the basics of Flash. This tutorial has been separated into two parts (Preparation and ActionScript). In this tutorial, make your background a soft, dark color and you flakes white.
Let's begin:
1) Preparing the Clips
Insert a new movie clip symbol and call it "mc_snowglobe"
Make sure the registration point is on the upper left hand of "mc_snowglobe"
Within "mc_snowglobe", Make 6 new 40x40 movie clips to be your snowflakes (You can also use webdings size 40 font and convert them to symbols)
Name them "mc_flake1", "mc_flake2", and so on until "mc_flake6"
Make sure the registration point is on the upper left hand corner of the flakes
Drag one instance of each flake onto the stage and set at least one of their (x,y) coordinate positions to (0,0)
Name each instance in on the stage this fashion: "mc_flake1" as "flakeA_mc" all the way to "mc_flake6" as "flakeF_mc"
2) Acionscript
Insert a new layer above the snowflake layer and call it "A"
Open the ActionScript panel and enter this for frame1 of "A":