Flash AS3 Simple to make beautiful pictures ease effect gif animation

Source: Internet
Author: User

Flash AS3 Simple to make beautiful pictures slow motion gif animation process, this tutorial is mainly suitable for beginners, I hope you practice, you can first look at the relevant article: Flash AS3 simple to make a picture of the shutter effect tutorial

  Production steps:

Create a new document, adjust the document properties, and set the following figure:

As with the previous instance tutorial, importing a picture is a movie clip, and then make a text button, set as follows:

Then create a new layer and add the following code to the first frame:

The code is as follows:

Import fl.transitions.*;

Import fl.transitions.easing.*;

Mybutton.addeventlistener (Mouseevent.click, tweenmyobject);

function Tweenmyobject (event:mouseevent) {

var movetween:tween = new Tween (Image, "X", Elastic.easeout, 0, 3, true);

}

The above is the flash AS3 simple to make beautiful pictures slow motion gif animation tutorial, I hope to help you!

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.