AS3 Tweening + Go + HydroTween rev 0.3.1
Posted: December 20, 2007 at 10:35 pmHere'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
The Discussion
see what everyone is saying
[...] 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, [...]