avinsinanan
Programmer
Hello,
I am having a problem with levels. Now I am usally good with levels but I have an intersting situation. Let me explain. I have my main movie. The name of this movie is index.fla.
In index.fla there is a menu bar. When a button is pressed on the menu bar and movie named
parts.fla is loaded on level one of the index.fla movie.
Now part.fla has another menubar of its own. When a button is pressed on the parts.fla menu bar a movie name motherboard.fla is suppose to be loaded on top of level 1 ie. Level 2. I used the following code:
on (release) {
loadMovieNum ("Motherboard.swf", 2);
}
Now Motherboard appears but the parts.fla menu bar dissapears. I need the parts.fla menu bar to stay?
How do I overcome this.
If this needs some more explaining feel feel to alert me.
Thanks
Yours Respectfully
Avin Sinanan
I am having a problem with levels. Now I am usally good with levels but I have an intersting situation. Let me explain. I have my main movie. The name of this movie is index.fla.
In index.fla there is a menu bar. When a button is pressed on the menu bar and movie named
parts.fla is loaded on level one of the index.fla movie.
Now part.fla has another menubar of its own. When a button is pressed on the parts.fla menu bar a movie name motherboard.fla is suppose to be loaded on top of level 1 ie. Level 2. I used the following code:
on (release) {
loadMovieNum ("Motherboard.swf", 2);
}
Now Motherboard appears but the parts.fla menu bar dissapears. I need the parts.fla menu bar to stay?
How do I overcome this.
If this needs some more explaining feel feel to alert me.
Thanks
Yours Respectfully
Avin Sinanan