Question
How to disable movieclips in actionscript 3.0?
Hi. I am trying to disable movieclips in my project but the movieclips are not function as button. It just simple box that I converted as movieclips. I tried to disable by using this way
xxxMC.visible = false;
however it still appears in my project when I run. Anyone can tell me the solution? Thank you in advance!
