After
#include "lmc_tween.as" for ActionScript 2.0 (runs fine on Flash Player 6) or
#include "lmc_tween_as1.as" for ActionScript 1.0 you can use
following methods for every MovieClip:
You can also all the following methods except frameTo() to any TextField.
Additional Notes:
If you plan to use this prototypes in your own class, to extend MovieClip
class and prevent from compile time errors, you must manully replace the file "MovieClip.as" in your Flash MX 2004\[language]\First Run\Classes
directory with file in this location:
WinXP: C:\Documents and Settings\[username]\Local Settings\Application Data\Macromedia\Flash MX 2004\[language]\Configuration\Shared\Zigo
Win9X: C:\Windows\Application Data\Macromedia\Flash MX 2004\[language]\Configuration\Shared\Zigo
Mac: HD:Users:[username]:Library:Application Support:Macromedia Flash MX 2004:[language]:Configuration:Shared:Zigo
Additional Info:
Homepage http://laco.wz.cz/tween/
Main discussion thread of this extension http://laco.wz.cz/forum/viewforum.php?f=1
Original idea by Zeh Fernando http://proto.layer51.com/d.aspx?f=804
Easing Equations
(c) 2003 Robert Penner, all rights reserved.
This work is subject to the terms in http://www.robertpenner.com/easing_terms_of_use.html.
Author:
Ladislav Zigo, feel free to contact me
*new methods by Moses Gunesch.