actionscript 3 - A movie clip above a simple button makes it unresponsive -
i have designed menu in flash cc consists of several cloned buttons , mc containing text supposed stay above buttons. each time user switches menu's page, commands clip switch appropriate frames, therefore changing text above buttons. , here's catch: whenever roll cursor on text itself, button not recognized rolled over. makes feel ugly , looks unprofessional. tried setting text mc's alpha 99 no effect. know can make lot of same buttons, each different text, tells me there more efficient way of doing this. ideas?
a simple solution disable mouse events on text movie clip:
mymovieclip.mouseenabled = false; mymovieclip.mousechildren = false;
Comments
Post a Comment