# Please help with movie clip problem

**URL:** https://forum.kirupa.com/t/please-help-with-movie-clip-problem/238070
**Category:** flash
**Created:** [September 6, 2007, 10:12pm UTC](https://forum.kirupa.com/t/please-help-with-movie-clip-problem/238070 "2007-09-06T22:12:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![casadelun](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/casadelun/32/3705_2.png) [@casadelun](https://forum.kirupa.com/u/casadelun)
#### Post date: [September 6, 2007, 10:12pm UTC](https://forum.kirupa.com/t/please-help-with-movie-clip-problem/238070/1 "2007-09-06T22:12:57Z")

</div>

Hi -

I want to use a movie clip as a button, when pressed, to go to frame 2 of another movie clip. Both movie clips are on scene 1 but are located on different frames and layers. I tried but I’m not getting the results. Please help.

Here’s what I used.

on (press) {  
\_parent.dqs281\_mc.gotoAndStop(2);  
}

Is this correct? This is on a button inside a movie clip. Any help is greatly appreciated. Thanks!!!
