private methods are private meaning they can not be overridden. You could listen for the same event in your subclass, use priorty or capture to be ahead or behind of the superclass's listener.
Peace, Mike On 8/2/07, Daniel Lopes <[EMAIL PROTECTED]> wrote: > > Hello... > I'm trying to create my own component derived by menubar component, > because menubar is horrible (don't have methods to get menu root item, only > show a submenu whe user clicked in menu... horrible!). > > In menubar class exists 5 referring methods to mouseHandler, but all these > methods are private, and when I try override these methods I have the > following message: 1020: Method marked override must override to another > method. > > What can i do to override private methos in as3? > > -- > www.areacriacoes.com.br > > -- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by solving the problem then by 'asking the question'.
