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?