Answered
Can you disable hitArea once it's set?
If I create a Movie Clip and assign a child Movie Clip as the
hit area using this.hitArea = this.mcClipName; is there a way for
me to disable that hit area?
For instance, mcButton is a button. When I click mcButton, it triggers a function that reveals other content in my movie. I don't want them to be able to click that button again unless they close the new content (using another button that appears with the new content).
Is there a way for me to disable the hit area of mcButton?
For instance, mcButton is a button. When I click mcButton, it triggers a function that reveals other content in my movie. I don't want them to be able to click that button again unless they close the new content (using another button that appears with the new content).
Is there a way for me to disable the hit area of mcButton?