Flash animation special effects production: words blown open

Source: Internet
Author: User
Tags insert window
Flash Animation | special effects

Presumably like the flash production of friends must be very interested in some special effects, today with you share with the Flash6.0 to make "explosive font" method. Other version methods and steps are similar.

Final effect:

The first step: Open the Flash6.0 software → create a new scene, and then click the menu bar "Modify" → "Document properties", the background color set to black, click OK.

Step Two: Click Ctrl+f8, create a new component, Name PO, act as image, click Yes.

The third step: in the component text with the tool to enter a "fried" word (font according to their liking), font size: 96, color blue. Press Ctrl+b to scatter it. And then back to the scene.

Fourth step: Click Ctrl+f8, create a new movie clip, name point1, behavioral movie clip, click Yes. Draw a white square with a rectangular tool, with a width and height set to 5, and place it on the center point. Back to add the scene.

Fifth step: Click Ctrl+f8 again, create a new movie clip, name point, action movie clip, clicks True. Click F11 to open the library, drag the Point1 movie to the center point, right-click the movie Point1, pop-up menu, select "Action"

Step Sixth: Enter the following code (pictured) in the Action Bar that pops up: then add the scene.

Onclipevent (load) {
x = Random (10)-5;
y = random (10)-5;
Scale = random (10)-5;
}
Onclipevent (enterframe) {
_x = _x+x;
_y = _y+y;
_alpha = _alpha-2;
_xscale = _xscale+scale;
_yscale = _yscale+scale;
}

The Seventh step: Click Ctrl+f8 again, create a new movie clip, name "Fried", behavior movie clip, clicks True. Drag its component PO to the movie center point, and then drag out the movie clip point to copy multiple point movies. Fill it up with a blue "fry". Then delete the component Po, (figure)

Step eighth: Return to the scene, drag the component Po from the library to the scene center, insert frame at frame 11th (F5). Create a second layer, insert a keyframe (F6) in frame 11th, and drag the "fried" movie from the library to align with the component PO position. In the second layer, the 30th floor inserts the frame (F5)

The Nineth step: Ctrl+enter Test, the film, is not think there is a kind of blown off feeling.

If you have more than one word, do it in this way.



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.