Have a look at this panning

www.eduardo-chillida.com/

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

geez it aint that hard, use tween class

increment image after set interval duration

I wouldn’t copy his code, the tweening looks jumpy

Who’s code? Todd’s?

I’ve got it working by fiddling with the durations of the tweens but you’re right it is a bit jumpy! Images too big perhaps?

apparantly there is some kind of image.smoothing = true function for images

what is the fps rate of your movie?

30fps.

I see what you’re talking about:

http://www.kaourantin.net/2005/12/dynamically-loading-bitmaps-with.html

I’ll give this a try and see what happens.

Thanks