Thanks man!&nbsp; Great Idea. I'll add that in there for the next update<font face="Tahoma, Arial, Sans-Serif" size="2"><br><br><br>List-Post: &lt;mailto:golist@goasap.org&gt;<br>List-Help: &lt;mailto:golist-request@goasap.org?subject=help&gt;<br>X-Rcpt-To: &lt;donovan@hydrotik.com&gt;<br>X-SmarterMail-Spam: Bayesian Filtering, SPF_None</font><br><br>Fantastic stuff!<div><br></div><div>Suggestion based on your color reset of -1: you might add a static const for that, like HydroTween.RESET:int = -1, which would make the code easier for people to read within the action objects.</div><div><br></div><div>Great job D!</div><div><br></div><div>- m</div><div><br><div><div>On May 13, 2008, at 10:54 PM, <a href="mailto:donovan@hydrotik.com">donovan@hydrotik.com</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div> <font face="Verdana, Helvetica, Arial"><span style="font-size: 12px;">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.<br> <br> <a href="http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/">http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/</a><br> <br> Here are some snippets:<br> </span><font size="4"><span style="font-size: 13px;"><br> // General/ColorMatrix Tweening!<br> HydroTween.go(mc, {x:200, color:0xFF0000}, 2, 0, Elastic.easeOut, onCompleteHandler);<br> <br> // Fuse style sequencing!<br> var seq1:SequenceCA = HydroTween.sequence(<br> &nbsp;&nbsp;&nbsp;&nbsp;{target:fusebox, x:320, seconds:5, easing:Quadratic.easeInOut},<br> &nbsp;&nbsp;&nbsp;&nbsp;{target:fusebox, Blur_blurX:8, Blur_blurY:8, seconds:5, easing:Quadratic.easeInOut},<br> &nbsp;&nbsp;&nbsp;&nbsp;{target:fusebox, color:0x0000FF, seconds:5, easing:Quadratic.easeInOut},<br> &nbsp;&nbsp;&nbsp;&nbsp;{target:fusebox, Blur_blurX:0, Blur_blurY:0, seconds:5, easing:Quadratic.easeInOut},<br> &nbsp;&nbsp;&nbsp;&nbsp;{target:fusebox, x:400, seconds:.5, easing:Quadratic.easeInOut},<br> &nbsp;&nbsp;&nbsp;&nbsp;{target:fusebox, rotation:270, seconds:.5, easing:Quadratic.easeInOut}<br> );<br> seq1.start();<br> <br> Also I will be at Flashbelt. Maybe we can all Go grab a bit to eat one night! :) sorry I couldn't help myself.</span></font></font> </div>  _______________________________________________<br>GoList mailing list<br><a href="mailto:GoList@goasap.org">GoList@goasap.org</a><br><a href="http://goasap.org/mailman/listinfo/golist_goasap.org">http://goasap.org/mailman/listinfo/golist_goasap.org</a><br></blockquote></div><br></div><br>