Archive for March 31st, 2005

March 31st, 2005

Extending mx.transitions.Tween

This is a really cool AS 2.0 class for extending the mx.transitions.Tween class to pass multiple properties. I wish I had know about this before. I just finished up a small project where I was doing multiple lines of mx.transistions.Tween when I didn't need to be.
Here is some sample code on using [...]