# Using a button, to go outside of a movie clip and into another?

**URL:** https://forum.kirupa.com/t/using-a-button-to-go-outside-of-a-movie-clip-and-into-another/320076
**Category:** flash
**Created:** [March 13, 2011, 5:38pm UTC](https://forum.kirupa.com/t/using-a-button-to-go-outside-of-a-movie-clip-and-into-another/320076 "2011-03-13T17:38:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ThE\_DaRkSiD3](https://avatars.discourse-cdn.com/v4/letter/t/9de053/32.png) [@ThE\_DaRkSiD3](https://forum.kirupa.com/u/ThE_DaRkSiD3)
#### Post date: [March 13, 2011, 5:38pm UTC](https://forum.kirupa.com/t/using-a-button-to-go-outside-of-a-movie-clip-and-into-another/320076/1 "2011-03-13T17:38:38Z")

</div>

There might be a simple solution but i can’t figure it out.  
i have 2 movieclips and inside the second there is a button,  
when this button is released it must go outside of the 2 movieclips  
and then go into 2 other movieclips and go to frame 2.  
ive tried the following code but it says the target cant be found can anyone help me?

on (release) {  
tellTarget ("…/…/Card/CardClip") {  
gotoAndStop(2);  
}  
}

GreetzZ

ThE DaRkSiD3
