mouseChildren=false;


container.mouseChildren=false;
container.mouseEnabled=false;

to set** mouseEnabled=false** for each child of container would not help performance right?

thanks