# Button in a movie clip doesnt work

**URL:** https://forum.kirupa.com/t/button-in-a-movie-clip-doesnt-work/157183
**Category:** Uncategorized
**Created:** [July 30, 2005, 5:55pm UTC](https://forum.kirupa.com/t/button-in-a-movie-clip-doesnt-work/157183 "2005-07-30T17:55:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![webee](https://avatars.discourse-cdn.com/v4/letter/w/7cd45c/32.png) [@webee](https://forum.kirupa.com/u/webee)
#### Post date: [July 30, 2005, 5:55pm UTC](https://forum.kirupa.com/t/button-in-a-movie-clip-doesnt-work/157183/1 "2005-07-30T17:55:07Z")

</div>

i have a movie clip on stage called “hand” and it calls a movie clip named “menu” which in its inside, with thats script:

on (rollOver) {  
this.gotoAndPlay(2);  
}  
on (rollOut) {  
this.gotoAndPlay(20);  
}  
the mc named " menu" has button in it, but they dont work… please help me…  
thnx
