AS3 Tweening + Go + HydroTween rev 0.3.1
Here’s my latest tweening module for Go called HydroTween. Using HydroTween with the Go system is as easy as:
HydroTween.go(target, {width:760}, .8, 0, Exponential.easeInOut, onCompleteHandler);
Be sure to go to goasap.org to get the Go source.
HydroTween Source
January 16th, 2008 at 1:07 pm
[...] its infancy, but I hope to continue to build/contribute to it. Donovan Adams already has started an object syntax Go Tween class, but I could imagine a filter class, volume class, physics class, [...]