Wow, straight from the source!
Cheers Jack!

- MM


> You could do this:
>
> var matrix:Matrix = mc.transform.matrix;
>
> TweenLite.to(matrix, 1, {a:1.5, b:0.2, c:0.2, d:1.5, tx:100, ty:100,
> onUpdate:applyMatrix, onUpdateParams:[mc, matrix]});
>
> function applyMatrix($mc:DisplayObject, $matrix:Matrix):void {
>    $mc.transform.matrix = $matrix; //for changes in the matrix to take
> effect, it must be re-applied.
> }
>
> Jack


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to