PDA

View Full Version : Mouse Click Passthrough?



almo
March 14th, 2009, 02:39 PM
Hi!

I have a movie clip, and I would like it to stop blocking mouse clicks from getting to deeper items on the stage.

I haven't added any eventlisteners to the offending clip, but when it is overlapping other clips that do have listeners, it intercepts clicks and prevents them from getting to the overlapped clips.

almo
March 16th, 2009, 08:18 PM
I hope it's not unanswered because it's a stupid question...

Liger
April 17th, 2009, 01:50 AM
evil_offending_movieclip_that_thinks_its_too_damn_ important.mouseEnabled = false;
That is your friend.

almo
April 17th, 2009, 10:16 PM
Hey! Thanks so much for digging up my old thread and solving my problem. That fixed it!

Daganev
April 17th, 2009, 10:35 PM
I hope it's not unanswered because it's a stupid question...

Sadly, it looks like that was the case.