Zoom transition? 2004-02-18 - By Jefferis Peterson
Back I'm trying to use the zoom transition for a slide and it keeps zooming in from the left to center stage. I'd rather have it zoom in from center stage but can't see anything to modify. Is there a way to do it? The code indicates a direction of 0, but it still seems to have right to left direction.
Thanks Jeff
> on (reveal) { > // Transition behavior > if (!eventObj.target._isSlide || (eventObj.target._isSlide && > eventObj.target.currentSlide)) { > mx.transitions.TransitionManager.start (eventObj.target, > {type:mx.transitions.Zoom, > direction:0, duration:1, easing:mx.transitions.easing.Regular.easeIn, > param1:empty, param2:empty}); > > eventObj.target.__transitionManager._triggerEvent = eventObj.type; > } > // End Transition behavior > > }
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) For additional commands, e-mail: flashnewbie-help@(protected)
|
|