# KeyBoardEvent... Help pls.. URGENT

**URL:** https://forum.kirupa.com/t/keyboardevent-help-pls-urgent/320385
**Category:** flash
**Created:** [March 22, 2011, 10:26am UTC](https://forum.kirupa.com/t/keyboardevent-help-pls-urgent/320385 "2011-03-22T10:26:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![LoveTheresa](https://avatars.discourse-cdn.com/v4/letter/l/aeb1de/32.png) [@LoveTheresa](https://forum.kirupa.com/u/LoveTheresa)
#### Post date: [March 22, 2011, 10:26am UTC](https://forum.kirupa.com/t/keyboardevent-help-pls-urgent/320385/1 "2011-03-22T10:26:31Z")

</div>

I have 2 sprite, A sprite and B sprite, A sprite can listen to KeyboardEvent, when I click an button on A sprite, B sprite will jump on top of A sprite, when I close B sprite in which A sprite at the bottom will be seen

but now A sprite can no more accept keyboard except i use my mouse to click on A sprite then only the A sprite can accept back the keyboard event…

can any one tell me what to do so that i do not need to click on A to receive keyboard event after i close B sprite?

ps: the keyboardEvent is point to stage -\> stage.addEventListener…
