Skip to main content
Participant
March 23, 2010
Question

Controlling the "zoom" effect

  • March 23, 2010
  • 1 reply
  • 419 views

Hey there again,

Is there a way to control the zoom effect in the AC3? I have a zoom effect and I need to adjust how far it goes, is this possible?

This is the code from the function:

     var myTransition2Manager:TransitionManager = new TransitionManager(content_mc);
     myTransition2Manager.startTransition({type:Zoom, direction:Transition.IN, duration:1.5, easing:Regular.easeIn});

And this is the link to the site

Thanks

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
March 24, 2010

You might want to try using the Tween class instead of the TransitionManager class, and simultaneously tween the scaleX and scaleY properties from and to whatever values you intend.