mouseChildren = false; properties panel
On Jan 3, 2008 11:58 PM, pfkellogg <[EMAIL PROTECTED]> wrote: > i have a canvas with just a very wide button with a label component on > top of the button. (Note: label is different from the label property > of the button) i.e: Label is positioned over the right side of button > when i rollover the button its color becomes brighter as it should, > but when i rollover just on the label portion of the button, the > button color doesn't become brighter. the button isn't getting the > mouse roll over event. The Label is probably getting it. how do i > pass mouse rollover event from label control to button, so it changes > color? any ideas that are easy?? I don't want to use states if at > all possible. > > >

