Flash book flip effect

Source: Internet
Author: User

1. Create a new video clip named "3D". Draw a white rectangle with a width of 200 and a height of 150 in the first frame. Select any deformation tool for 10th frames and press Ctrl and Shift at the same time, press and hold the deformation point in the lower right corner of the rectangle and push it up to the center. Press Alt and Shift at the same time, and press and hold the left or right side of the rectangle to push it up, flattening the image; insert a key frame of 11th frames and select the image to flip it horizontally. Copy and paste the first frame of 21st frames. Select 1st frames and 11th frames to create an animation between shapes. Write a statement on 1st frames.Stop ().

2. Create a new video clip named "photo". Import an image (the size cannot be smaller than the above rectangle) at each frame. Write the statement on the first frame.

Stop ().

3. Return to the main scenario and set the frame speed to 30 frames per second:
1. Drag "3D" to the first layer, the instance name is "kuang_mc", and the filter effect is added: Glow (1000%, 1000%, low, # CCCCCC), projection (, medium, # CCCCCC, 22nd); 42nd frames are inserted into the key frame, and the frame is extended to frames.
2. Drag "photo" to the second layer, the instance name is "photos_mc", and 10th frames are inserted into the key frame to reduce the deformation width (not smaller than the size after "3D" deformation ); 11th key frames are inserted to make them flip horizontally. 20th key frames are inserted to restore their width to the original width. 21st key frames are inserted. 31st key frames are inserted, the deformation width is reduced; 32nd frames are inserted into the key frame to flip them horizontally; 42nd frames are inserted into the key frame to restore the width to the original width.
3. Drag "3D" to the third layer, the instance name is "mask_mc", and 22nd key frames are inserted.
4. Insert a blank key frame at layer 4, 1st, and 21, and write the following code on the frame:

Stop ();
Kuang_mc.stop ();
Mask_mc.stop ();
SetTimeout (function (){
Kuang_mc.play ();
Mask_mc.play ();
Play ();
},2000 );
Insert a blank key frame between 11th and 32 frames, and write the following code on the frames:
Photos_mc.play ();

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.