# Load into container & play another mc

**URL:** https://forum.kirupa.com/t/load-into-container-play-another-mc/110243
**Category:** Uncategorized
**Created:** [May 13, 2004, 5:04pm UTC](https://forum.kirupa.com/t/load-into-container-play-another-mc/110243 "2004-05-13T17:04:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ramo\_integ](https://avatars.discourse-cdn.com/v4/letter/r/b782af/32.png) [@ramo\_integ](https://forum.kirupa.com/u/ramo_integ)
#### Post date: [May 13, 2004, 5:04pm UTC](https://forum.kirupa.com/t/load-into-container-play-another-mc/110243/1 "2004-05-13T17:04:25Z")

</div>

i want to my mc to gotoAndPlay “out” in one movie clip …and then load another movie clip after that transition is finshed into the same container on the release of a button…

how can i do this…???

so far i have

on (release) {  
con.loadMovie(“center2”);  
}

and this is loading the mc (center2) into the container named con. but it’s not playing the “out” in mc (center1)…

i know it’s not in the code but i didnt know how to get it in there i’ve tried many ways but it does work…hopefully sumone can help…
