Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Basic Tweening using AS
Author: Petar Svarc
| Website: www.melontech.com |
Usage
As I have mentioned, the functions are now available throughout your Flash movie. Now, you need to determine where to use them. In the example, it is demonstrated how to apply a function to a particular movie clip. Let's say you have a movie clip in your root level with an instance name "mcEase", and you want to move it using animation with easing to a specific x coordinate (say, 200) on the stage. All you need to do is write the following line of code:
EaseToX(_root.mcEase, 200);
And voila! Just publish the movie and admire your work.
Go through the other functions in the library and see what they can do for you.
| » Level Basic |
|
|
Added: : 2006-05-05
Rating: 5.50 Votes: 4
Hits: 563
|
| » Author |
|
Professional Flash developer since 2002.
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (0 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|