# Firing function in \_parent.\_parent

**URL:** https://forum.kirupa.com/t/firing-function-in--parent--parent/259450
**Category:** flash
**Created:** [May 5, 2008, 3:40pm UTC](https://forum.kirupa.com/t/firing-function-in--parent--parent/259450 "2008-05-05T15:40:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![spmc](https://avatars.discourse-cdn.com/v4/letter/s/fbc32d/32.png) [@spmc](https://forum.kirupa.com/u/spmc)
#### Post date: [May 5, 2008, 3:40pm UTC](https://forum.kirupa.com/t/firing-function-in--parent--parent/259450/1 "2008-05-05T15:40:43Z")

</div>

I have 1 main mc that holds three seperate mcs. I’m trying to fire a function on the nav of one of the mcs from a “content” mc, passing in the button name/id from this content mc. I can trace to parent but the trace of the function within \_parent.\_parent is undefined.

Anyone have any suggestions, code chunk is below?

```auto

//code on button within a content mc trying to trigger the code in the nav mc.
this._parent._parent.productNavHolder.navRel(this._parent._parent.productNavHolder.btn3);

// trace comes back undefined
trace(this._parent._parent.productNavHolder.navRel);

```
