Quick tip: When using BUTTON(), use "AND" instead of "==", so it looks like this: BUTTON(2) AND 16 This way, even if you are pressing other buttons, it will still see that A was pressed. Using "==" simply gives the value of all buttons being pressed added together.