# Buttons inside movieclip

**URL:** https://forum.kirupa.com/t/buttons-inside-movieclip/153112
**Category:** Uncategorized
**Created:** [June 29, 2005, 11:38am UTC](https://forum.kirupa.com/t/buttons-inside-movieclip/153112 "2005-06-29T11:38:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![CBP](https://avatars.discourse-cdn.com/v4/letter/c/a5b964/32.png) [@CBP](https://forum.kirupa.com/u/CBP)
#### Post date: [June 29, 2005, 11:38am UTC](https://forum.kirupa.com/t/buttons-inside-movieclip/153112/1 "2005-06-29T11:38:44Z")

</div>

I have a menu of regular buttons which I want to put inside of a movieclip. I usually use an action like this on my buttons:

on(release){  
this.gotoAndStop(“Home”);  
}

This ofcourse doesn´t work if the buttons are inside a movieclip, but is there an easy way to fix this? 🙂
