Just today, doesn't matter if it's in browser or desktop, anything in flash that has to do with keyboards do not respond. I have the latest version of flash player, literally nothing has changed since yesterday but for some reason nothing inside of flash player works if it has to do with a keyboard.
For example, I go play a platformed game: left and right keys do not respond, nor any keys!
You know what I just noticed something⦠I was going thru my projects, anything I made in As2 no longer works, but every As3 project works⦠Is as2 not supported in Flash player anymore!?
onEnterFrame = function() { if (Key.getCode() == Key.DOWN) { trace("down is being pressed!" } }
This piece of code right here still works⦠Although, after I let go of the down key flash continues to trace "down is being pressed!" even though it is not.
Any way that I could get it to stop when the key is not down?