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
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;
2 matches
Mail list logo