
Welcome Guest
|
#1
|
|||
|
|||
|
Hi again,
i have a movie that loads an extra movieclip with some kind of a selfmade menu, that controls my movie. works fine so far. the menu opens when you roll over a logo (a button with on (rollover)). if you select an item in this menu, the menu collapses and returns back to the logo, and my main movie does what was selected in the menu. BUT: if you don't select anything in the menu and instead move back to the main movie and do something else there, the menu remains open and won't collapse until you select an item in the menu. I want to collapse the menu when rolling out of the menu, so if you don't select anything in the menu but you leave the menu-area the menu should collapse. To react on rolling out from the menu i used Code:
_level10.onRollOut = function() {
//here i tell the menu movie to go back to the logo
} where is the error in my logic?the onRollOut event is declared in an extra timeline and should be active throughout the whole main-movie. thanx! UPDATE: i tried the same thing with a normal movieclip, not a _levelx movieclip. that works fine. but why won't this work with levels? |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|



where is the error in my logic?