Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 MovieClip in ActionScript so my button doesn't flash?

like image 340
ADAM Avatar asked Jan 22 '23 23:01

ADAM


1 Answers

Check out the mouseEnabled property.

like image 133
zenazn Avatar answered Feb 01 '23 15:02

zenazn