I have a button containing 2 child buttons. I want to be able to keep the mouse over state active, when I rollover a child button. At present it fires mouse out when i rollover a child button, I suspect this is correct, but not what I want to happen.
Any ideas how to get around this?
Change from mouseOver state to normal state in the
MouseEvent.ROLL_OUThandler instead ofMouseEvent.MOUSE_OUThandler.