[Tweener] pausing tweens...
Makc
makc.the.great at gmail.com
Sun May 11 03:01:26 PDT 2008
Let me remind you my Petrie example,
http://makc.coverthesky.com/FlashFX/ffx.php?id=17
If you create this kind of wrapper for your animation and then, after
Tweener is paused at t=0.45, simply set t back to 0.25, would not it
do what Rob wants? This is equivalent to option 2, but a bit less work
by still using Tweener to tween things.
On Fri, May 9, 2008 at 6:00 PM, Zeh Fernando <zehfernando at zeh.com.br> wrote:
> Unfortunately there's no way to scrub an animation with Tweener. You would
> either need to:
>
> 1. Change the Tweener class to create some scrub method, to go to a certain
> "time", by changing the tween start/end/current time to hack it;
>
> 2. Do your animation manually, without Tweener, based on the FLV position,
> like Baluta said; you could use the Equations.* functions to replicate all
> easings based on the time
>
>
> Both are pretty doable and would grant you some good results, but yes, would
> require you doing some more additional work.
>
> Zeh
>
More information about the Tweener
mailing list