# 2 MovieClips - how to play in order

**URL:** https://forum.kirupa.com/t/2-movieclips-how-to-play-in-order/268704
**Category:** flash
**Created:** [August 17, 2008, 5:31pm UTC](https://forum.kirupa.com/t/2-movieclips-how-to-play-in-order/268704 "2008-08-17T17:31:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![florencec2046](https://avatars.discourse-cdn.com/v4/letter/f/4bbf92/32.png) [@florencec2046](https://forum.kirupa.com/u/florencec2046)
#### Post date: [August 17, 2008, 5:31pm UTC](https://forum.kirupa.com/t/2-movieclips-how-to-play-in-order/268704/1 "2008-08-17T17:31:53Z")

</div>

Hi all,

I am new to actionscript 3 and programming. My question may be really simple to you but I have troubled to figure it out. Please kindly help.

I have 2 MovieClips (have many sprites and tweening in each timeline). I know how to play the first one.

The first mc -----------------------------------------------------

var supplyDemand:geom\_mc = new geom\_mc();

this.supplyDemand.gotoAndPlay(“home”);

* * *

I don’t know how to do :

I want the second movie clip play automatically right after the first mc finish.

I also have play and stop buttons on the main timeline. I know how to control the first mc. But I want the same buttons control these two movie clips.

Thanks in advance

Florence
