# Buttons, within MC's. Linking problem

**URL:** https://forum.kirupa.com/t/buttons-within-mcs-linking-problem/323734
**Category:** flash
**Created:** [July 14, 2011, 3:44pm UTC](https://forum.kirupa.com/t/buttons-within-mcs-linking-problem/323734 "2011-07-14T15:44:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lecheflan95](https://avatars.discourse-cdn.com/v4/letter/l/8baadc/32.png) [@lecheflan95](https://forum.kirupa.com/u/lecheflan95)
#### Post date: [July 14, 2011, 3:44pm UTC](https://forum.kirupa.com/t/buttons-within-mcs-linking-problem/323734/1 "2011-07-14T15:44:39Z")

</div>

I have a button within a movie clip  
when i click it, i want it to bring me to a frame on scene 1.

i have used

on (release) {  
\_root.gotoAndPlay (“Scene 1”, “Home”);  
}

it doesnt work…

please help me
