Answered
Drop Down Menu Actionscript
I have successfully created 4 drop down menus, however, I was
wondering if there is a way to use a conditional or boolean
statement to make it so only one drop down menu can be seen at a
time.
For example
if (information.mc._visible = true) {
} else {(portfolio.mc._visible = false);
} else {(services.mc._visible = false);
} else {(toolbox.mc._visible = false);
}
Would something like that be possible so that you could only view one drop down menu at a time?
Any help would be appreciated. Thanks.
For example
if (information.mc._visible = true) {
} else {(portfolio.mc._visible = false);
} else {(services.mc._visible = false);
} else {(toolbox.mc._visible = false);
}
Would something like that be possible so that you could only view one drop down menu at a time?
Any help would be appreciated. Thanks.