first step
1. Create a new flash document.
2. File-Import-Import into the library and import 5 pictures.
3. In the first frame of the first floor, pull a picture from the library to the stage, adjust it to a suitable size, and right-click to convert it into a component-component type to select a movie clip, named PIC1; Insert a blank key frame in the 30th frame of the 1 layer, pull the second picture from the library to the stage, adjust it to a suitable size, and right-click to convert it into a component-component type to select a movie clip, named PIC 2;; Insert a blank key frame in the 60th frame of the 1 layer, pull the third picture from the library to the stage, adjust it to a suitable size, and right-click to convert it into a component-component type to select a movie clip, named PIC 3;; Insert a blank key frame in the ninetieth frame of the first layer, pull the fourth picture from the library to the stage, adjust it to a suitable size, and right-click it to convert it into a component-a component type selection film clip named PIC 4; Insert a blank key frame in the 1 20th frame of the1layer, pull the fifth picture from the library to the stage, adjust it to a suitable size, and right-click it to convert it into a component-a component type selection film clip named PIC 5; Insert a frame in the first layer, that is, frame 150.
Second step
4. Create a new layer (Layer 2)
5. With the rectangle tool, draw a rectangle on the stage (the rectangle in the background of the drawing number), select the right button of the rectangle, and convert it into a component-component type. Select the movie clip with the name n 1 and the movie clip instance name n1; Copy the figure and draw five movie editing elements n2, n3, n4 and n5 on the stage, and arrange them in order.
6. Click the first frame and add the frame label as pic1; Insert a key frame in the thirtieth frame, and add the frame label as PIC 2;; Insert a key frame in the sixtieth frame, and add the frame label as PIC 3;; Insert a key frame in the ninetieth frame, and add the frame label as PIC 4;; Insert a key frame in the120th frame, and add the frame label as PIC 5;; Insert a frame in frame 150.
7. In the first frame, click n 1 and set the color selection hue of the attribute to red; In the thirtieth frame, click n2, and set the attribute color selection tone to red; In the 60th frame, click n3 and set the attribute color selection tone to red; In the ninetieth frame, click n4, and set the attribute color selection tone to red; In frame 120, click n5 and set the attribute color selection hue to red.
Third step
8. Create a new layer (Layer 3)
9. In the first frame, enter 1, 2, 3, 4 and 5 above the five rectangular boxes corresponding to Layer 2.
10, insert a frame in frame 150.
Fourth step
1 1, new layer (layer 4)
12. Click the first frame, right-click -action, and then enter the following code in the Actions panel:
n 1.useHandCursor=false
n2.useHandCursor=false
n3.useHandCursor=false
n4.useHandCursor=false
n5.useHandCursor=false
n 1.onRelease = function() {
goto andplay(" pic 1 ");
};
n2.onRelease = function() {
goto andplay(" pic 2 ");
};
n3.onRelease = function() {
goto andplay(" pic 3 ");
};
n4.onRelease = function() {
goto andplay(" pic 4 ");
};
n5.onRelease = function() {
goto andplay(" pic 5 ");
};
12. Insert a frame in frame 150.
That's it. It's all over. Contrast-test the film and see the effect. If not, I have the source file, so I can contribute it.