On 26 Jan 2006, at 10:48, Martin Wood wrote:

So you have something like this :

MC_A --¬        (uses mouse handlers)
        MC_B    (also uses mouse handlers)

Where A is B's parent but A has some handlers defined and none of the handlers in B will work.


That is correct.


The way around it is to introduce a common parent to A and B which has no mouse handling, its just a container. So A is no longer the parent of B

CONTAINER --¬
             MC_A (contains some mouse handlers)
             MC_B (contains other mouse handlers)

then both A and B's handlers will work.

Thanks, that sounds like a great idea, I'll try 
it._______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to