Wednesday, February 4, 2009

Blur Focus AS3

blurFocus, hideFocus, just get rid of that damn focus:

this.stage.focus = null;

1 comment:

vmedium said...

So does this mean you are just letting the KeyboardEvent.KEY_DOWN fire for everything? so since there is no focus it just works everywhere? I'm having issues with making the Keyboard.ENTER press for a button work because it's nested in a couple clips.