I have created a navigational menu which animates down, there are four buttons. All the buttons animate down in a movieclip called “navi” and this MC is stored in another MC called “main” which is on “Scene 1”. I have been having a problem with navigating to another scene, in this case called “about”, when I click on a button. My first attempt was putting this action script directly on the button…
[color=blue]on (release) {
gotoAndPlay(“about”,1);
}
[/color]
… but was unsuccessful! I have a hunch it is something to do with the buttons being in the movieclips but I am not sure! Possibly use [color=blue]_root[/color] or [color=blue]_parent [/color][color=black]action script?? I don’t know any help in this matter would be greatly appreciated. [/color]
Bruff.