[Golist] hydroTween Advancing
Cadete B7
cadete at bigote7.com
Wed Jul 9 07:59:28 PDT 2008
yes, i'm new to go, but i believe it would go something like...
var seq:SequenceCA = HydroTween.parseSequence(
{ target:sprite, x:100, seconds:3, advance:new
OnDurationComplete( 0.5 ), easing:Bounce.easeOut },
[ { target:sprite, rotation:90, seconds:3,
easing:Elastic.easeOut },
{ target:sprite, alpha:0.2, seconds:1,
easing:Quadratic.easeOut } ] );
this would advance the to the second step after 0.5 seconds, which is
2.5 sec before the first step has completed.
and although i can't think of its specifics off-hand there's an
alternative to OnDurationCompete... OnPlayableComplete.
- Wilbur
On Jul 8, 2008, at 7:36 PM, Dana Roberts wrote:
> Can you advance to the next step before the current step is finished
> with hydroTween? (0.4.9)
>
> If so how would one go about doing that?
>
> Thanks very much,
>
> Dana
> _______________________________________________
> GoList mailing list
> GoList at goasap.org
> http://goasap.org/mailman/listinfo/golist_goasap.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://goasap.org/pipermail/golist_goasap.org/attachments/20080709/c4e2f1ab/attachment.html
More information about the GoList
mailing list