PDA

View Full Version : Nested MC not triggering MouseEvent


robmarston
07-17-2009, 08:38 PM
How can I trigger a MouseEvent from a nested MC?

Basically I have a Sprite that contains a Shape. I'd like that Shape to trigger the listener I've attached to it however, Flash just thinks the container Sprite is being clicked every time.

I know there must be a simple solution...

Thanks!

ASWC
07-18-2009, 03:02 PM
Shape objects cannot trigger events.