Hi,
I’ve search everywhere and I can’t find anything related.
I have a menu button, and when I click on it, there is a movie clip that shows up making some animation and then it stops, but the menu button is still active and when I click again that movie clip starts over again with the animation.
the code is wrong, it’s just for your understanding. So, it will be something like this:
gallery_button.addEventListener(MouseEvent.CLICK, gallery_section);
currentSection = "Gallery";
.
.
.
//Menu
//If(currentSection == "Gallery"){
//all the buttons = on
//Gallery button = off
Thanks in advance.