I present to you the problem…
I have two movieClips that are controlled by a series of keyCode functions. The issue I’m running into is that the code that I’ve designated for each action that the movieClip (up, down, left, right) cannot be executed if the other movieClip is being controlled.
So if I’m pressing the “down” key that controls one movie clip, the other cannot be moved until I release the “down” key.
Is there a way to make sure that the keys I have set aside for one movieClip will not interfere with the key that I have set aside for the other movieClip?
It has been brought to my attention that it may just be a keyboard issue (only allowing so many keystrokes at once) but in this instance it’s not the case.
I would just like to ensure that both movieClip can be controlled independently from each other.
Thank you for your time.
JMJ