I have a set of movieclips on stage in a navigation area
when you rollOver each button an mc appears (with buttons inside)
I used attachMovieclip on each button so when you RollOver one button the mc plays and when you rollOver another it cancels the previous and displays the last mc that was rolled over.
NOW
The last clip rolled over is always visible on the stage and I cannot use an onRollOut function for these mc's so I need to use RemoveMovieClip where after you Roll Over any of the mc's if you RollOut past the _x _y boundry of the specific mc the RemoveClip will activate. Does anyone know the proper AS 2.0 code to use for this?
when you rollOver each button an mc appears (with buttons inside)
I used attachMovieclip on each button so when you RollOver one button the mc plays and when you rollOver another it cancels the previous and displays the last mc that was rolled over.
NOW
The last clip rolled over is always visible on the stage and I cannot use an onRollOut function for these mc's so I need to use RemoveMovieClip where after you Roll Over any of the mc's if you RollOut past the _x _y boundry of the specific mc the RemoveClip will activate. Does anyone know the proper AS 2.0 code to use for this?