Archive

Archive for the ‘Design’ Category

TweenMax for Action Script 3

June 18th, 2009 Art Frick No comments

So, in the midst of continually finding new things to integrate in to Art Frick Design Flash-based projects, I’ve found this cool tweening utility that makes doing visually stimulating stuff pretty easy.

It’s called the GreenSock - TweenMax plugin for AS3. you can download it from here.

Here is what the author has to say about it:

TweenMax extends the extremely lightweight, FAST TweenLite engine, adding many useful features like pause/resume, timeScale, AS3 Event listeners, reverse(), restart(), setDestination(), yoyo, loop, rounding, and the ability to jump to any point in the tween using the “progress” property. It also activates many extra plugins by default, making it extremely full-featured. Since TweenMax extends TweenLite, it can do ANYTHING TweenLite can do plus much more.

It’s very cool. You can check out an example of it by going to the experiments page!

Categories: Design, Programming Tags: