Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need some help with Levels please. 2

Status
Not open for further replies.

avinsinanan

Programmer
Jul 14, 2002
92
TT
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 think that you may have to look in the fla if you have this parts.swf (parts.fla) loaded in level 2, or any other level.

If you have it loaded in level 2 you have to change it to load into another level!

--------------------------------------
Kind regards;
HuggerFanta
 
I have loaded it into levels such as 3 to 8. And it still doesn't work.

Any more ideas?

Yours Respectfully
Avin Sinanan
 
Does Motherboard.swf have an added background? Regards,

oldman3.gif
 
Oldnewbie,
Motherboard background color is white and all Motherboard contains is a table with some values.

Yours Respectfully
Avin Sinanan
 
And you're sure both movies, parts.swf and Motherboard.swf are not both loaded on level 2?
Because it does work for me! Regards,

oldman3.gif
 
Oldnewbie,

I am positive... Positive as I can be.

Any ideas where the problem might lie?

Yours Respectfully
Avin Sinanan
 
serious!
jezzz then sonmething is just wromg with my computer...
Thanks for giving it a look man.
Thanks a million.

 
Here's proof... In fact, you shouldn't leave it like that!

I'll e-mail you the link. Regards,

oldman3.gif
 
Oldnewbie,
Thanks for the proof.. I am still so confused.. I can't understand why it doesn't work on my comp.
Anyway I will keep trying.

Thanks a million mate.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top