<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><blockquote type="cite"><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; ">To use Hydrotween with easing equations such as Quadratic.easeOut, I need the fl.motion.easing right?<br> <br>Is there any way to include easing equations in Hydrotween or Go so I get rid of the package? I mean “include” by “register” them and use a string like in Fuse “easeOutQuad” or something like that?<br></span></blockquote></blockquote></div><div><br></div><div>One of the things I would <i>really</i> like Adobe to standardize is just to make one convenient package for easing equations that would be used by Flash & Flex alike. It's annoying that they are scattered in 3 or 4 different places, it makes it really hard to port things around freely.</div><div><br></div><div>I don't want to include easings with Go; that would just add to Adobe's redundancies on that front. </div><div><br></div><div><span class="Apple-style-span" style="text-decoration: underline;">You can do this a number of ways: </span></div><div>Use a Flash easing package like fl.motion.easing when working in Flash or mx.effects.easing when working in Flex; </div><div>or build a new easing package of your own (copy one of those and change the package path in each file);</div><div>or port one over from another system like Tweener, as Grden did.</div><div><br></div><div>Personally, in general I like leaving packages separate and using the defaults for Flash or Flex, not combining or porting. I find it more convenient to set al classpaths/ libraries one time (which is not even necessary for easings since they are in default directories), than to bother doing the combining and then trying to maintain one big hybrid directory. The only time this is inconvenient is when migrating code between Flash & Flex, so if you do that all the time you might consider one of the alternatives.</div><div><br></div><div><b>Or maybe I am wrong on this,</b> and I should create an org.goasap.easing package since Go is attempting to be that common hub location for standard animation elements. That logically makes sense; it just also goes against my general bias that it's silly for every animation bundle in the world to have another copy of the same functions. I'm torn but tend to lean toward staying lean, instead of doing something that adds to a what I see as a general clutter problem.</div><div><br></div><div>- m<br><div><br></div><div><br><div><div>On Jun 6, 2008, at 10:35 AM, <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:12.0px">Yes you are correct.<br> <br> I have considered doing that, however the drawback to that is added file size if all of the equations are imported.<br> <br> Personally I am 50/50 on it. However because it is so easy to add an equation for a Tween without HydroTween containing imports to all the equations, I think that it’s an opportunity to cut a bit of the file size.<br> <br> I also think it fits in line with Moses’ desire for Go to be adopted as an Adobe standard.<br> <br> This is one thing I would do based on a consensus, if there is strong desire for it, I’ll definitely change it to strings.<br> <br> <br> On 6/6/08 7:15 AM, "Romuald Quantin" <<a href="mailto:romuald@thoughtomatic.co.uk">romuald@thoughtomatic.co.uk</a>> wrote:<br> <br> </span></font><blockquote type="cite"><font size="4"><font face="Arial"><span style="font-size:13.0px">Other question.<br> <br> To use Hydrotween with easing equations such as Quadratic.easeOut, I need the fl.motion.easing right?<br> <br> Is there any way to include easing equations in Hydrotween or Go so I get rid of the package? I mean “include” by “register” them and use a string like in Fuse “easeOutQuad” or something like that?<br> <br> If not, is that a future feature?<br> <br> Romu<br> <br> </span></font></font><font face="Verdana, Helvetica, Arial"><span style="font-size:12.0px"><br> <hr align="CENTER" size="3" width="95%"></span></font><font size="2"><font face="Monaco, Courier New"><span style="font-size:10.0px">_______________________________________________<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> </span></font></font></blockquote><font size="2"><font face="Monaco, Courier New"><span style="font-size:10.0px"><br> </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></div></body></html>