# Button within a movie clip

**URL:** https://forum.kirupa.com/t/button-within-a-movie-clip/221662
**Category:** flash
**Created:** [April 6, 2007, 3:54am UTC](https://forum.kirupa.com/t/button-within-a-movie-clip/221662 "2007-04-06T03:54:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![medicamint](https://avatars.discourse-cdn.com/v4/letter/m/d2c977/32.png) [@medicamint](https://forum.kirupa.com/u/medicamint)
#### Post date: [April 6, 2007, 3:54am UTC](https://forum.kirupa.com/t/button-within-a-movie-clip/221662/1 "2007-04-06T03:54:05Z")

</div>

I have created a drop-down menu using ‘Creating Drop-Down Menus’ from the Kirupa tutorials. The drop-down effect works well, however when I applied action script to the button, it did not work:

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

This does work correctly when applied to buttons directly in the scene. Is there some way I should modify the script when the button is in a movie clip?

Thanks
