I'm making a mario-like clone and I just finished the jumping code. The only problem is that moving while jumping is extremely hard because if you hold down the up key and right key at the same time, neither one activates. Is there a Key Code or something that I can use to detect when they are both pressed?