0 Members and 1 Guest are viewing this topic.
:Repeat getKey(1) and getKey(2) and getKey(3) and getKey(4) and getKey(43):End
:Repeat getKey(1) and (getKey(2) and (getKey(3) and (getKey(4) and (getKey(43):End
:Repeat (getKey(1)) and (getKey(2)) and (getKey(3)) and (getKey(4)) and (getKey(43)):End
1 2 | |1--A--B--2--C--D-- | |
it's a hardware glitch. your code is fine. there really isn't much you can do about it, and i forget how someone explained it to me, but basically keys close to each other are grouped together, and so sometimes they intercept each other accidentally. the arrow keys are mapped separately so you don't see this problem with them.