Answered
Key.removeListener(keyListener1);
I have two Movie Clips nested in a parent Movie Clip. I want
to remove a key listener in one of the nested movie clips when the
other nested movie clip reaches a certain point in its timeline. In
other words I want the key listener to function normally until the
user reaches a certain point in the other movie clip. At that point
I want to remove the key listener in the other nested movie clip,
thus disabling the function the key listener initiates. How do I do
this?
Thank you
Thank you