On 4/7/08, James Gardiner <[EMAIL PROTECTED]> wrote:

>  I was wondering if anyone could point me at how to archive the folloing.
>
>  I make some boxes in Flex as a time line.  But use a label component on 
> top...
>  The Label componeont blocks the roll_over event on the boxes...
>
>  I want the label to ignore the ROLL_OVER event, and let the BOX under it 
> handle it.

You can either set the mouseEnabled property of the label object to
false, or you can handle the roll over/out on the label by checking
the event object's 'relatedObject' property.

Manish

Reply via email to