# Actionscript navigation

**URL:** https://forum.kirupa.com/t/actionscript-navigation/170234
**Category:** Uncategorized
**Created:** [November 23, 2005, 10:37pm UTC](https://forum.kirupa.com/t/actionscript-navigation/170234 "2005-11-23T22:37:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![revelations1318](https://avatars.discourse-cdn.com/v4/letter/r/8c91f0/32.png) [@revelations1318](https://forum.kirupa.com/u/revelations1318)
#### Post date: [November 23, 2005, 10:37pm UTC](https://forum.kirupa.com/t/actionscript-navigation/170234/1 "2005-11-23T22:37:37Z")

</div>

> this.onRelease = function(){

\_root.gotoAndStop(11);

}

Here’s the problem. The above script is within a complex button movieclip (A) which is within a menu movieclip (B) which is within a page of a website (C). How can i get the button A to jump to a frame in C? Any help would be greatly appreciated…i hope my explanation makes sense.
