Multiple tween

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.

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}]);