Navigating different movieclips on the same stage with arrow keys while mouse is over movieclip
How can I navigate (prevframe and nextframe) three different movieclips on the same stage by using the arrow keys (up and down, or left and right)? I would like to go frame by frame of one movie clip while the mouse is hovering over it. If a user moves the mouse over a different movieclip on the same stage the arrow buttons then would navigate that particular movieclip.
Any suggestions are appreciated.
Is it possible to add an event listenter for a mouse-over function and then add another event listener for a keyboard event? Can you group an event listener within an event listener?
Furna