Step 1
First, save the image below!

Step 2
Create a new flash document. Press Ctrl+J key on the keyboard (Document Properties) and set the width of your document to 400 pixels and the height to 334 pixels (as the dimensions of image). Select white as background color. Set your Flash movie's frame rate to 99 and click ok.

Step 3
Call the current layer image. Double-click on its default name (Layer 1) to change it. Press Enter once you have typed in the new name!
Step 4
Choose now File > Import > Import to stage (Ctrl+R) and import the image that you saved in step 1!
Step 5
While the image is still selected, press F8 key (Convert to Symbol) to convert it into a Movie Clip Symbol.

Step 6
While the new made Movie Clip (picture) is still selected, go to the Align Panel (Ctrl+K) and do the following:
1. Make sure that the Align/Distribute to Stage button is turned on,
2. Click on the Align horizontal center button and
3. Click the Align vertical center button.

Step 7
Select now the Selection Tool (V) and click once on the new made movie clip (image) to select it. After that, go to the Action Script Panel (F9) and enter this code inside the actions panel:
onClipEvent (enterFrame){
this.ang=ang+0.01;
_alpha=190*Math.sin(this.ang)+260;
_rotation--;
_xscale=260*Math.sin(this.ang)+2600;
}
Step 8
Create a new layer above the layer image and name it mask.
Step 9
Select now mask, and select the Oval Tool (O) and draw the Oval Shape about 315x315 px like it is shown on the picture below!

Step 10
After that, select the Selection Tool (V), and select the circle. While the circle is still selected, repeat step 5 to aligned it with the background.
Step 11
Select now mask layer and convert it to a mask by right-clicking on the mask layer and selecting Mask. See the picture below.

We're done now!
Test your Movie (Ctrl+Enter) and enjoy!
Download source file (.fla)
First, save the image below!

Step 2
Create a new flash document. Press Ctrl+J key on the keyboard (Document Properties) and set the width of your document to 400 pixels and the height to 334 pixels (as the dimensions of image). Select white as background color. Set your Flash movie's frame rate to 99 and click ok.

Step 3
Call the current layer image. Double-click on its default name (Layer 1) to change it. Press Enter once you have typed in the new name!
Step 4
Choose now File > Import > Import to stage (Ctrl+R) and import the image that you saved in step 1!
Step 5
While the image is still selected, press F8 key (Convert to Symbol) to convert it into a Movie Clip Symbol.

Step 6
While the new made Movie Clip (picture) is still selected, go to the Align Panel (Ctrl+K) and do the following:
1. Make sure that the Align/Distribute to Stage button is turned on,
2. Click on the Align horizontal center button and
3. Click the Align vertical center button.

Step 7
Select now the Selection Tool (V) and click once on the new made movie clip (image) to select it. After that, go to the Action Script Panel (F9) and enter this code inside the actions panel:
onClipEvent (enterFrame){
this.ang=ang+0.01;
_alpha=190*Math.sin(this.ang)+260;
_rotation--;
_xscale=260*Math.sin(this.ang)+2600;
}
Step 8
Create a new layer above the layer image and name it mask.
Step 9
Select now mask, and select the Oval Tool (O) and draw the Oval Shape about 315x315 px like it is shown on the picture below!

Step 10
After that, select the Selection Tool (V), and select the circle. While the circle is still selected, repeat step 5 to aligned it with the background.
Step 11
Select now mask layer and convert it to a mask by right-clicking on the mask layer and selecting Mask. See the picture below.

We're done now!
Test your Movie (Ctrl+Enter) and enjoy!
Download source file (.fla)
discuss this topic to forum
