| Source path: svn/ trunk/ actionscript/ as3/ com/ vfd/ animation/ AnimatedClip.as |
|
|
|
Change log
Moved animation logic to ClipAnimator class which can be directly instantiated and passed a reference to a clip. AnimatedClip is now a wrapper class that deligates functionaity to ClipAnimator. This allows for animation both using the library linkage via AnimatedClip (since library linked classes for display objects must extend a display class such as movieclip or sprite) and direcly on the time line using ClipAnimator. Additionally, standard tweens in the ...
| Go to: |
Project members,
sign in to write a code review
Older revisions
r15
by jeremy.wischusen
on Aug 14, 2008
Diff
Added getter methods for tween objects so that they can be referenced for adding event listeners.
r12
by jeremy.wischusen
on May 14, 2008
Diff
Started As 2 version of AnimatedClip. Fixed looping in AS 3 version of AnimatedClip for moveToPoint method.