Eraser Nubbin
01-09-2006, 05:04 PM
Having trouble grasping the whole 'Nesting' concept in Flash.
http://www.hbxcontrols.com/index_tester.htm
I built the navigation for this training thing in a movie clip so that I could drop the whole thing into new scenes without having a buzillion things going on on the timeline.
What I am having trouble with is getting the sub-menu buttons to link to frame markers on the main timeline for starters, and then ideally to be able to have these sub-menu buttons guide the user from scene to scene.
This is the code that I have on the button, within the movie clip:
on (release){
_root.instanceOne.gotoandplay("test");
}
instanceOne = the instance name of the movie clip
test = the frame marker on the main timeline I wish the button to navigate to
Not sure what I am missing here, do I need to be referencing the instance of the button within the movie clip or just the movie clip itself? How do I get the button to direct to a seperate scene?
Thanks in advance.
http://www.hbxcontrols.com/index_tester.htm
I built the navigation for this training thing in a movie clip so that I could drop the whole thing into new scenes without having a buzillion things going on on the timeline.
What I am having trouble with is getting the sub-menu buttons to link to frame markers on the main timeline for starters, and then ideally to be able to have these sub-menu buttons guide the user from scene to scene.
This is the code that I have on the button, within the movie clip:
on (release){
_root.instanceOne.gotoandplay("test");
}
instanceOne = the instance name of the movie clip
test = the frame marker on the main timeline I wish the button to navigate to
Not sure what I am missing here, do I need to be referencing the instance of the button within the movie clip or just the movie clip itself? How do I get the button to direct to a seperate scene?
Thanks in advance.