[Golist] HydroTween Updates/Post

donovan at hydrotik.com donovan at hydrotik.com
Tue May 13 19:54:26 PDT 2008


Hey folks. I made a formal post on the latest HydroTween updates with some
usage, etc. I also updated the wiki. Trying to get a direct download on the
goplayground site, in the meantime you can get the source and example at the
bottom of the blog post.

http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-
code/

Here are some snippets:

// General/ColorMatrix Tweening!
HydroTween.go(mc, {x:200, color:0xFF0000}, 2, 0, Elastic.easeOut,
onCompleteHandler);

// Fuse style sequencing!
var seq1:SequenceCA = HydroTween.sequence(
    {target:fusebox, x:320, seconds:5, easing:Quadratic.easeInOut},
    {target:fusebox, Blur_blurX:8, Blur_blurY:8, seconds:5,
easing:Quadratic.easeInOut},
    {target:fusebox, color:0x0000FF, seconds:5, easing:Quadratic.easeInOut},
    {target:fusebox, Blur_blurX:0, Blur_blurY:0, seconds:5,
easing:Quadratic.easeInOut},
    {target:fusebox, x:400, seconds:.5, easing:Quadratic.easeInOut},
    {target:fusebox, rotation:270, seconds:.5, easing:Quadratic.easeInOut}
);
seq1.start();

Also I will be at Flashbelt. Maybe we can all Go grab a bit to eat one
night! :) sorry I couldn¹t help myself.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://goasap.org/pipermail/golist_goasap.org/attachments/20080513/ba94dc1d/attachment.html 


More information about the GoList mailing list