ForumsSupport Forum[Solved] Anything that has to do with a keyboard does not work!

4 1533
mightybob
offline
mightybob
360 posts
Peasant

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!

Help anyone?

  • 4 Replies
mightybob
offline
mightybob
360 posts
Peasant

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!?

mightybob
offline
mightybob
360 posts
Peasant

Wait I figured something out:

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?

Charlie506
offline
Charlie506
1,298 posts
Nomad

Maybe a button is stuck?

mightybob
offline
mightybob
360 posts
Peasant

LOL!

that's funny, but like I said I tested all these buttons on anything non-flash and it works perfectly.

Anyways I reinstalled flash player, works good again.

Showing 1-4 of 4