Hey all,
If your flash program (swf or exe) is not in focus, ie, you have another window covering it, or it hasn’t been clicked on, is there a way for it to still pick up keystrokes?
I’ve tried Key.getCode() and if(Key.isDown(##)){ and neither seems to pick up any keystrokes unless the file is in focus.
Thanks much,
Darkfuzz