Skip to main content
June 13, 2008
Question

con.mouseChildren = false;

  • June 13, 2008
  • 1 reply
  • 382 views
hallo!

well, is it able to use

con.mouseChildren = false;

with something like

con.getChildByName("hoch");

so that not all of the childreens are blocked, only a few of them?
i do not want to use removeEventListener!!

thank's
This topic has been closed for replies.

1 reply

Inspiring
June 14, 2008
Perhaps you need to look into how the event propagate and stop the event bubbling at some point.
June 14, 2008
halle!

thank you, but i do not really understand what you mean. Maybe my english is to unbritish ore something else. Well, i do not want to stop anything, i want to get the con.mouseChildren more specific so that i can use it in a loop and de-activate the half of all child's for example.

all right!