Hi all, I am having an issue with my current game and the only thing I can conclude is that Flash is simply not dispatching events.
I’m using senocular’s Key class for keyboard control. The issue I’m having (note that I’ve been working on the game for almost 2 months with no issues) is that sometimes the character will get stuck moving in one direction (diagonal if two buttons are down). I’m having a really hard time determining exactly WHAT is causing this, it seems to happen at random. One thing I’ve concluded though is that I think it happens when there is a bunch of stuff going on at once. All I can think of is that maybe there’s so much stuff going on that Flash fails to dispatch KEY_UP events. I have the game check for movement keys on every frame (timer based, not ENTER_FRAME based, although I’ve tried that too). Has anyone ever had a similar problem?