Re: [flexcoders] Zoom instance

2007-04-02 Thread Bjorn Schultheiss
ret.easingFunction = mx.effects.easing.Exponential On 03/04/2007, at 3:50 PM, {reduxdj} wrote: I started an AS3.0 zoomEffect, how do I add Exponential easing? I need a little more clear example please. (Here is my code, how do i do the easing method) private function zoomOut(e:MouseEve

[flexcoders] Zoom instance

2007-04-02 Thread {reduxdj}
I started an AS3.0 zoomEffect, how do I add Exponential easing? I need a little more clear example please. (Here is my code, how do i do the easing method) private function zoomOut(e:MouseEvent):void{ var ret = new Zoom(); ret.duration = 1000;