Re: [flexcoders] Re: Hit test fails when over Group

2011-10-27 Thread dorkie dork from dorktown
It works :) ...sortof. I have to set the property to true and also add an event listener to each group. From the mouseEndabledWhereTransparent docs: *This property only goes in to effect if mouse, touch, or flash player gesture events are added to this instance. In addition, it assumes that the c

Re: [flexcoders] Re: Hit test fails when over Group

2011-10-27 Thread Alex Harui
Did you try the mouseEnabledWhereTransparent property? On 10/26/11 10:43 PM, "dorkiedorkfromdorkt...@gmail.com" wrote: This is the code I have in the test application. Maybe someone can spot something I am missing. I have a button that is the drag initiator and 3 group containers (VGrou

[flexcoders] Re: Hit test fails when over Group

2011-10-26 Thread dorkie dork from dorktown
This is the code I have in the test application. Maybe someone can spot something I am missing. I have a button that is the drag initiator and 3 group containers (VGroup, HGroup, Group). It can be copied and pasted into a new project. protected function dragButton_mouseDownHandler(event:MouseEven