# A path problem for the button. Help please

**URL:** https://forum.kirupa.com/t/a-path-problem-for-the-button-help-please/79904
**Category:** flash
**Created:** [February 17, 2005, 9:38pm UTC](https://forum.kirupa.com/t/a-path-problem-for-the-button-help-please/79904 "2005-02-17T21:38:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mx\_guest2004](https://avatars.discourse-cdn.com/v4/letter/m/e47c2d/32.png) [@mx\_guest2004](https://forum.kirupa.com/u/mx_guest2004)
#### Post date: [February 17, 2005, 9:38pm UTC](https://forum.kirupa.com/t/a-path-problem-for-the-button-help-please/79904/1 "2005-02-17T21:38:56Z")

</div>

Hi,  
I have button inside a MC (attached by linkage):  
this is the path I get with trace(this) for the button:  
[AS]  
\_level0.MC1.MC2.MC3  
[/AS]  
What I want is when button being released the movie goes to scene X at frame 1.  
I have tried with  
[AS]  
\_level0.gotoAndPlay(“X”,1)  
[/AS]  
it doesn’t work. When I have a test button on the \_root, the scene shift works for this button on the \_root. The problem is the path I think for that button which is inside the MCs.  
Any help please?
