Step 17
After that, click on frame 10 and press F6 key. Then, take the Selection Tool (V) and click once on the new made movie clip to select it. Then, go to the Properties Panel (Ctrl+F3) below the stage. On the right, you will see the Color menu. Select Tint in it. For Tint Color choose #FFFF00 as color and put it down to 100%.

Step 18
Right-click anywhere on the gray area between the two keyframes on the timeline and choose Create Motion Tween from the menu that appears.

After that, go back on frame 10 and press F6 key five times. See the picture below.

Then, go 12 and press delete key on the keyboard to delete it. Do that also for frame 14. Now you get this:

Step 19
Create a new layer above the layer 1 (layer 2). After that, click on frame 15 and press F6 key.
Step 20
While you're still on frame 15, take the Line Tool (N) and go to the Properties Panel (Ctrl+F3). Then, choose the following options:
1. Enter #000000 for the stroke color
2. Select Solid as the type of outline, with the line thickness set to 1.
3. Turn on the Stroke hinting option to get rid of any blurry edges while drawing.

Then, draw a line at the bottom of button like it is shown on the picture below.

Step 21
It's time for reverse effect. so, while you're still on frame 14, press F6 key, and after that, take the Eraser Tool (E) and erase just a little part of line from the right to the left side. See the picture below.

Repeat this process also until you don't erase the all line.
Step 22
After that, take the Selection Tool (V) and select the all frames. Then. choose right click and Reverse Frames. See the picture below.

Step 23
Select the last frame of layer 2 and go to the Action Script Panel (F9).Then, enter this code inside the actions panel:
stop();
Step 24
Go back on the previous scene.

Step 25
Right-click on the Hit state and select Insert Frame.

Step 26
Go back on the previous stage.

Step 27
Take the Selection Tool (V) and click once on the button. Then, go to the Action Script Panel (Ctrl+F3) and enter this code inside the actions panel:
on(release) {
getURL("http://www.flashvault.net");
}
Step 28
Take again the Selection Tool (V), press and hold down Alt+Shift key and duplicate a button two times, like it is shown on the picture below.

Step 29
It's time for text, so create a new layer above the button layer and name it text.