I am currently working on an AS3/Flash CS5.5 project. I have two movieclips, one above the other(different layers, same coordinates on stage). My problem is simple: the 'outer' MovieClip(on the level above) 'hides', from a logical point of view, the 'internal' MovieClip. Thus, even if I try to manage Mouse Events on hidden MovieClip, these events will not be never fired! I need a way to detect - for example - MouseEvent.MOUSE_MOVE on internal/hidden MovieClip. Thanks
IT