Re: [Flashcoders] AS3: Custom button with text label not working perfectly

2009-01-17 Thread Alexander Farber
Thank you Cor that was it! On Sat, Jan 17, 2009 at 1:55 PM, Cor wrote: > > MyButton.mouseChildren= false; > > ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AS3: Custom button with text label not working perfectly

2009-01-17 Thread Alexander Farber
Wow that was the missing piece, I've just fixed a lot of annoyances in my program :-) > On Sat, Jan 17, 2009 at 1:55 PM, Cor wrote: >> >> MyButton.mouseChildren= false; >> ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.f

RE: [Flashcoders] AS3: Custom button with text label not working perfectly

2009-01-17 Thread Cor
button with text label not working perfectly Thank you Cor that was it! On Sat, Jan 17, 2009 at 1:55 PM, Cor wrote: > > MyButton.mouseChildren= false; > > ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf

RE: [Flashcoders] AS3: Custom button with text label not working perfectly

2009-01-17 Thread Cor
@Alexander, trace(this.name, event.target.name); you will notice that this refers to root1 and event.target to the sprite HTH Cor ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] AS3: Custom button with text label not working perfectly

2009-01-17 Thread Cor
Alexander, I set MyButton.mouseChildren= false; Kind regards Cor ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders