Free-Expression Blend Preview By LEE.

19 03 2007

Again Many thanks to Lee Owner & founder of www.gotoandlearn.com free flash tutorials and forums .

What i like the most about Blend is how easy to use 3D w/ZAM , and how easy its integrating external Data like Flickr into your application .

see it live at http://movielibrary.lynda.com/html/modPage.asp?ID=359





Tweener , tween and transition class .

15 02 2007

I was surfing google code to see whats new .
Found a new tweening class “caurina.transitions.Tweener”.

Tweener is a static class – that is, a class that allows you to run methods on it, or call its properties, but that never lets you create instances from it. This means that, with Tweener, you never create a new object – you simply tells Tweener to do something for you.

Tweener works on the idea that, instead of setting the value of a given property of a given object directly, as in myMC._x = 10, you can tell that property to create a transition to that value – by doing this transition or tweening, you can control your numeric data in a more fluid way. Doing slides, fades, and all kinds of animation is the result of this kind of manipulation: by making a property or variable go to one value or the other fluidly, not immediately.

> Link
> Documentation
> Examples