Linda
07-13-2001, 03:10 PM
I discovered that I don't have a clue about levels and it's causing problems. Is there anywhere I can get a better understanding?
Here's what happened...I have a main movie (level 0) that launches several other movies (level 1) when the user makes a selection from the main movie. After the selection (level 1) is complete, it returns to the main movie (level 0)using. I have a MC that is a flashing forward arrow that should only appear when appropriate. If I launch the secondary movies in level 1, the MC plays when it shouldn't (guess it's somehow coming from the level 0 movie). If I make all level 0, this doesn't happen. I'm really lost!
Here's are the actions on the final forward button that told it to return to the main movie:
on (release) {
unloadMovieNum (1);
loadMovieNum ("mod_menu.swf", 0);
}
What disadvantages would there be to having all be level 0? Where can I get educated on how levels work? Any help will truly be appreciated.
Linda
Here's what happened...I have a main movie (level 0) that launches several other movies (level 1) when the user makes a selection from the main movie. After the selection (level 1) is complete, it returns to the main movie (level 0)using. I have a MC that is a flashing forward arrow that should only appear when appropriate. If I launch the secondary movies in level 1, the MC plays when it shouldn't (guess it's somehow coming from the level 0 movie). If I make all level 0, this doesn't happen. I'm really lost!
Here's are the actions on the final forward button that told it to return to the main movie:
on (release) {
unloadMovieNum (1);
loadMovieNum ("mod_menu.swf", 0);
}
What disadvantages would there be to having all be level 0? Where can I get educated on how levels work? Any help will truly be appreciated.
Linda