Question
Stopping key listener for component?
I have a listener for the
arrow key strokes. When I select my clip the arrows work fine. However, there is also a slider on the stage. If I touch the slider the left and right keys
now adjust the slider, this is not desired. How to I prevent the slider from using the keyboard input?
Thanks