ID:274037
 
I have been trying to make a movement system in my game, and so far the only issue I am having is that key strokes intervene with eachother. Example, I am making a side-scroller. When I jump I stop moving until I re-press the left/right arrow keys. How would I go about making it so the keys are not inturrupted?
Thanks for any help.
Roxas_KeyBlade wrote:
I have been trying to make a movement system in my game, and so far the only issue I am having is that key strokes intervene with eachother. Example, I am making a side-scroller. When I jump I stop moving until I re-press the left/right arrow keys. How would I go about making it so the keys are not inturrupted?
Thanks for any help.

You can use either of these:

http://www.byond.com/developer/Forum_account/Sidescroller
http://www.byond.com/developer/Forum_account/Keyboard