Question
gotoAndStop then loadMovieNum problems
I have a navigation system with buttons that on release
gotoAndStop at a label. The frame with the label has the code
stop(); loadMovieNum("some.swf",50). The buttons are always visible
on the left so I can load other swf on the right when clicked.
On one of the buttons I load a component which contains a movie clip with a button that on release has the following action script. this.gotoAndStop("labelincomponent"). At this label I have loadMovieNum("someswfincomponent.swf",50); stop();
All works fine until I click the navigation button on the left that originally loaded the component with the move clip that had the button loadMovieNum("someswfincomponent.swf",50); stop(); It does't do anything. It won't load "someswfincomponent.swf",50).
I can click any other navigation button on the left that on release gotoAndStop at a different label on the main time line and does a loadMovieNum("someother.swf",50); stop();
After I have done that I can click on my button to load the component with the button that does the loadMovieNum("someswfcomponent.swf",50); stop(); and it works fine.
I am thinking I must have a level, or relative or absolute path messed up. I have tried adding the _parent, _root and _level0, but they don't seem to help. If someone can help I would appreciate it.
On one of the buttons I load a component which contains a movie clip with a button that on release has the following action script. this.gotoAndStop("labelincomponent"). At this label I have loadMovieNum("someswfincomponent.swf",50); stop();
All works fine until I click the navigation button on the left that originally loaded the component with the move clip that had the button loadMovieNum("someswfincomponent.swf",50); stop(); It does't do anything. It won't load "someswfincomponent.swf",50).
I can click any other navigation button on the left that on release gotoAndStop at a different label on the main time line and does a loadMovieNum("someother.swf",50); stop();
After I have done that I can click on my button to load the component with the button that does the loadMovieNum("someswfcomponent.swf",50); stop(); and it works fine.
I am thinking I must have a level, or relative or absolute path messed up. I have tried adding the _parent, _root and _level0, but they don't seem to help. If someone can help I would appreciate it.