Search Tutorials
UsageAs 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.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||
|