First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: PopCode
 

var StripShrink = new Tween(FoB, "_yscale", Bounce.easeOut, 95, 0, 10, false);

var textColoring = new ColorTween(TextLine, Strong.easeOut, "current", "663300", 8, false);

var BackShadow = new FilterTween(BoB, new DropShadowFilter(1, 90, 0x000000, .5, 5, 5, 1, 3),"distance",Strong.easeOut,"current",10,20,false);

As you can see there were used three types of Tweens each very simple to understand having to mention the instance of the movie clip it refers to, the property the tween will change, the easing type, the starting value, the ending value, the duration and if the tween starts automatically or not.

As we have chosen “false” for the “autostart” property, the tweens will start when having the mouse over:

 
this.onRollOver = function() {
	StripShrink.start();
	BackShadow.start();
	textColoring.start();
};

this.onRollOut = function() {
	StripShrink.reverse(Regular.easeIn);
	BackShadow.reverse(Regular.easeOut);
	textColoring.reverse(Regular.easeOut);
};

When the mouse is no longer on our button the tweens will be reversed with different easing functions.

Closing

To summarize all that I have achieved through this simple animation I should begin by reminding you that with 6 code lines in 15 minutes or less, without any timeline modification there was created a button animation.

Thank you for reading this tutorial and hope you will find useful this tutorial, and the tool I’ve used to make the animated button.

» Level Intermediate

Added: 2007-05-02
Rating: 6 Votes: 3
(10 being the highest)
» Author
By using components you can better manage your time when working on a project.
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

  • There are no comments yet. Be the first to comment!

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: S.Saipriya
» Title: Flash Fire Effect
» Description: This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you!
Featured Sound Loops
Image for equalize

Audio Player

» Author: Aidan Crouzet-Pascal
» Title: Falling Star
» Description: This loop is a cool sounding, E minor loop.
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: Brandan Paulin
» Description: Epic sounding loop with Brass, Percussion, Strings and Winds. This is actually part of a Loop Pack called the Coming where you can download the rest of the loops that go with it FREE from my website.