flashelp
08-26-2007, 02:49 AM
I have a couple of labels that slide from left to right and each open content in the midle of the screen.
what can I do so the user cant click on a different label when one is open, it needs to be close first so other labels can be use.:eek:
Here is how I control the labels:
homeSlider.home_mc.home_btn.onRelease = function (){
homeSlider.play(nextFrame);
}
photoSlider.photo_mc.photo_btn.onRelease = function (){
photoSlider.play(nextFrame);
}
what can I do so the user cant click on a different label when one is open, it needs to be close first so other labels can be use.:eek:
Here is how I control the labels:
homeSlider.home_mc.home_btn.onRelease = function (){
homeSlider.play(nextFrame);
}
photoSlider.photo_mc.photo_btn.onRelease = function (){
photoSlider.play(nextFrame);
}