# Have a look at this panning

**URL:** https://forum.kirupa.com/t/have-a-look-at-this-panning/264106
**Category:** Uncategorized
**Created:** [June 23, 2008, 8:13am UTC](https://forum.kirupa.com/t/have-a-look-at-this-panning/264106 "2008-06-23T08:13:34Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Sarah\_h](https://avatars.discourse-cdn.com/v4/letter/s/cdc98d/32.png) [@Sarah\_h](https://forum.kirupa.com/u/Sarah_h)
#### Post date: [June 23, 2008, 8:13am UTC](https://forum.kirupa.com/t/have-a-look-at-this-panning/264106/1 "2008-06-23T08:13:34Z")

</div>

[www.eduardo-chillida.com/](http://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

---

<div class="post-metadata">

### Author: ![randomagain](https://avatars.discourse-cdn.com/v4/letter/r/35a633/32.png) [@randomagain](https://forum.kirupa.com/u/randomagain)
#### Post date: [June 23, 2008, 8:23am UTC](https://forum.kirupa.com/t/have-a-look-at-this-panning/264106/2 "2008-06-23T08:23:05Z")

</div>

geez it aint that hard, use tween class

increment image after set interval duration

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

---

<div class="post-metadata">

### Author: ![Sarah\_h](https://avatars.discourse-cdn.com/v4/letter/s/cdc98d/32.png) [@Sarah\_h](https://forum.kirupa.com/u/Sarah_h)
#### Post date: [June 23, 2008, 8:51am UTC](https://forum.kirupa.com/t/have-a-look-at-this-panning/264106/3 "2008-06-23T08:51:59Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![randomagain](https://avatars.discourse-cdn.com/v4/letter/r/35a633/32.png) [@randomagain](https://forum.kirupa.com/u/randomagain)
#### Post date: [June 23, 2008, 8:56am UTC](https://forum.kirupa.com/t/have-a-look-at-this-panning/264106/4 "2008-06-23T08:56:58Z")

</div>

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

what is the fps rate of your movie?

---

<div class="post-metadata">

### Author: ![Sarah\_h](https://avatars.discourse-cdn.com/v4/letter/s/cdc98d/32.png) [@Sarah\_h](https://forum.kirupa.com/u/Sarah_h)
#### Post date: [June 23, 2008, 9:11am UTC](https://forum.kirupa.com/t/have-a-look-at-this-panning/264106/5 "2008-06-23T09:11:37Z")

</div>

30fps.

I see what you’re talking about:

[http://www.kaourantin.net/2005/12/dynamically-loading-bitmaps-with.html](http://www.kaourantin.net/2005/12/dynamically-loading-bitmaps-with.html)

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

Thanks
