New Tweener versions (stable and beta)

I’ve uploaded the latest stable version of Tweener to the download list – the current stable version is now 1.26.62. This version basically adds better error handling by way of onError and add a nifty inheritance-style parameter to new tweenings, base.

I’ve also uploaded the new new version – 1.31.66 – to the subversion repository; this is the current test version and should be considered a beta. This version is also a big change and add a lot of new features (tweening for all filters, advanced coloring, specific TextField/TextFormat tweening, scrollrect support, new tweening parameters, other little things), fixes a few points, and also breaks some specific special properties compatibility. I’ll write more about this in the future, but in the meantime, there’s more information about this new version (with a long description of what’s been changed) here.

7 responses

  1. Ahh, base classing Tweens. This will get used in my code right away. Great update Zeh. And thanks for updating the docs too. It’s all coming together quite nicely.

  2. This is great, will update… I was wondering if isTweening() available to tweener yet… I didn’t see any document comments about this functionality. Referencing it didn’t seem to return a T/F. Thanks!

  3. Lee: it is, it has been available for a good time now. Tweener.isTweening(obj) should work. Check the documentation; if possible, the lastest (SVN) documentation because it’s the ‘complete’ one.

Comments are closed.