A really nice example of pannaning and dissolve. Now, my question: can this be emulated using the slideshow by Todd Dominey?
It uses the mx.transitions classes and I’ve had some success but am stuck!
The code in question looks like this:
Scroll_x = new mx.transitions.Tween(thisLoader, “_x”, mx.transitions.easing.Regular.easeInOut,-200,-150,10,true);
Fade = new mx.transitions.TransitionManager.start(thisLoader, {type: TransitionTypes[1], direction: 0, duration: _global.fadetime, easing: EasingCat[_l2], _maxDimension: thisLoader._height, shape: “CIRCLE”});
The images are loaded in from a folder using an XML script.
If anyone can point me in the right direction I’d be very grateful.
Sarah