I have weird problem where I click (for example) start button, then when there later comes something interactive that requires keyboard press, it wont register untill I click on the stage (without pressing button). So, my .exe needs it to be “reselected” or something after using button(s). How do I fix it?
Share
Try set focus on for stage after stage load completely. so that you need not click on stage.
More details:
keyboardevent-stage-focus-problem-solution
Using stage.focus
set-focus-flash-actionscript-3