Published in: ActionScript 3
import caurina.transitions.*; Tweener.addTween(b1, {scaleX:1.7, scaleY:1.7, time:1, transition:"easeoutelastic"});
You need to login to post a comment.
Essential ActionScript 3.0
The book focuses on the core language and object-oriented programming, but also adds a deep look at the centerpiece of Flash Player's new API: display programming. Enjoy hundreds of brand new pages covering exciting new language features, such as the DOM-based event architecture, E4X, and namespaces--all brimming with real-world sample code.
upsidedownview on 02/23/08
animation tween Caurina Tweener
5 people have marked this snippet as a favorite
udayrayala
arala22
gismo
kantaro
abdsign
Published in: ActionScript 3
import caurina.transitions.*; Tweener.addTween(b1, {scaleX:1.7, scaleY:1.7, time:1, transition:"easeoutelastic"});
You need to login to post a comment.