Hi
I have a problem with deleting previous Key listeners. I am building a “portfolio menu” class that creates a menu where you should be able to navigate up and down theough the keyboard keys UP and DOWN. So far so good. On my site I also have a main menu from where I launch my “portfolio menu”. In that main menu I also have other main sections like for example “Contact”.
The first time I launch the “portfolio menu” it works perfect but if I go to for example “Contact” the porfolio class creates a second key listener object and it makes the menu to jump more steps than it should.
I can’t figure out how to use Key.removeListener(myKeyListenerObject)???
PLZ help me!