# Multiple tween

**URL:** https://forum.kirupa.com/t/multiple-tween/269176
**Category:** flash
**Created:** [August 24, 2008, 12:41am UTC](https://forum.kirupa.com/t/multiple-tween/269176 "2008-08-24T00:41:31Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![cturner](https://avatars.discourse-cdn.com/v4/letter/c/f04885/32.png) [@cturner](https://forum.kirupa.com/u/cturner)
#### Post date: [August 24, 2008, 12:41am UTC](https://forum.kirupa.com/t/multiple-tween/269176/1 "2008-08-24T00:41:31Z")

</div>

I have placed this in another thread, but it seems as though it is not going to be answered.

How do it make a multiple tween using TweenMax? What I mean is having 4 photos underneath the tween which is clouds. I also would prefer it if the photos would appear for a certain time then change. I have been searching google for the answer to this, but haven’t got the result which I am after. Thanks in advance.

---

<div class="post-metadata">

### Author: ![nortago](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/nortago/32/1240_2.png) [@nortago](https://forum.kirupa.com/u/nortago)
#### Post date: [August 24, 2008, 11:04am UTC](https://forum.kirupa.com/t/multiple-tween/269176/2 "2008-08-24T11:04:11Z")

</div>

look into sequencing, or more specifically MultiSequencing - this line is taken straight from the TweenMax website…

TweenMax.multiSequence([{target:mc1, time:1, x:“200”}, {target:mc2, time:2, autoAlpha:0, onComplete:myFunction}]);
