You use buttons like this: IF BUTTON((Put 1, 2, 3, or 4 in here)) AND #(put button name, e.g. A, B, X, Y) THEN (put what you want the button to do here) It should look like this: IF BUTTON(2) AND #A THEN PRINT "It works!"