# Play mc1 then play mc2?

**URL:** https://forum.kirupa.com/t/play-mc1-then-play-mc2/292213
**Category:** Uncategorized
**Created:** [July 11, 2009, 5:34pm UTC](https://forum.kirupa.com/t/play-mc1-then-play-mc2/292213 "2009-07-11T17:34:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Mindriders](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/mindriders/32/2140_2.png) [@Mindriders](https://forum.kirupa.com/u/Mindriders)
#### Post date: [July 11, 2009, 5:34pm UTC](https://forum.kirupa.com/t/play-mc1-then-play-mc2/292213/1 "2009-07-11T17:34:36Z")

</div>

dear all…  
i have dificult to making this script.  
i have 2 mc’s those all have an motion tween.  
chase like this :

> 

when im clicked button.  
mc1 play motion tween.  
and when mc1 stoped.  
mc2 playing motion tween.

i know this is simple if else scripts, but i dont know to read it 🙂  
and this is my scripts :

> 

on(release) {  
if(pressed){ // i dont know this one  
fx1.gotoAndPlay(“go”)  
}else{  
fx2.gotoAndPlay(“go”)  
}  
}

thanks in advanced.
