When using the BUTTON command, use "AND" instead of "==", so your code looks like this: IF BUTTON(2) AND 16 THEN DO STUFF By using AND, you'll be able to use buttons even while other buttons are being pressed down!