# Embedded movieclip actions not working (dropdown type menu)

**URL:** https://forum.kirupa.com/t/embedded-movieclip-actions-not-working-dropdown-type-menu/200926
**Category:** flash
**Created:** [September 16, 2006, 6:46pm UTC](https://forum.kirupa.com/t/embedded-movieclip-actions-not-working-dropdown-type-menu/200926 "2006-09-16T18:46:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![LittleFenris](https://avatars.discourse-cdn.com/v4/letter/l/b5ac83/32.png) [@LittleFenris](https://forum.kirupa.com/u/LittleFenris)
#### Post date: [September 16, 2006, 6:46pm UTC](https://forum.kirupa.com/t/embedded-movieclip-actions-not-working-dropdown-type-menu/200926/1 "2006-09-16T18:46:27Z")

</div>

I have a dropdown style menu that has some movieclip buttons inside it and when I click on the movieclips the actions aren’t working.

Here is the file I’m working on. Rollover the head on the border and you’ll see what I mean.  
[http://www.littlefenris.com/v2/](http://www.littlefenris.com/v2/)

I tried searching but couldn’t find any threads that answered my question about why the MC doesn’t work when its embedded inside another MC.

Here is the code (first frame of root timeline) that is used for the movieclip button:

```auto
_root.odinHead_mc.videoGalleryButton_mc.onPress = function() {
	_root.videoGallery_mc._visible = true;
};

```

Any help is greatly appreciated…I’m sure its something simple I just can’t seem to figure it out.
