Um, baby steps. Let's get the basic down first. IF BUTTON(2)==#A THEN PRINT "You Win" means: "if the button A is momentarily pressed without repeating, print You Win". Don't change it to jibberish like 62. And we need to loop it (@LOOP... GOTO @LOOP) or SB will just end program.