Actionscript 3 mouseover passthough (ignore mouse events)
I have a button with a MovieClip over the top of it. Is there an easy way to tell flash to ignore the mouseOver events of the Mov开发者_如何学CieClip in ActionScript so my button doesn't flash?
Check out the mouseEnabled property.
精彩评论