# Buttons in side Movieclip

**URL:** https://forum.kirupa.com/t/buttons-in-side-movieclip/314169
**Category:** flash
**Created:** [September 20, 2010, 8:16pm UTC](https://forum.kirupa.com/t/buttons-in-side-movieclip/314169 "2010-09-20T20:16:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![shevi](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/shevi/32/2934_2.png) [@shevi](https://forum.kirupa.com/u/shevi)
#### Post date: [September 20, 2010, 8:16pm UTC](https://forum.kirupa.com/t/buttons-in-side-movieclip/314169/1 "2010-09-20T20:16:07Z")

</div>

Hello Everyone…

I have a movie clip “prog\_ris” with the instance name “cont\_prog1\_mc”. Inside this movie clip I have a button “prog\_ris\_btn1” with instance name “prog\_ris\_btn1”.  
When I click on the button I want it to go to a new scene called “partners”

So far I have done only buttons directly on the scene and I normally use something like this:

on (release) {  
gotoAndStop(“partners”, 1);  
}

But with the Movieclip it doesn’t work… What should I do now? Using AS2.

Thank you.
