
stage.addEventListener(KeyboardEvent.KEY_UP, Stage_KEY_UP);
Stage_KEY_UP will not execute unless I click the stage once with the mouse.
KeyboardEvent.KEY_UP => should bubble back (according to Adobe documentation). That is -> even if I press the key in a child, the event SHOULD arrive on the stage.
If you would like to make a comment, please fill out the form below.
Recent Comments