CLS to clear the screen @A to create a link LOCATE X,X to locate the place where you want to put something PRINT "" to print something on the screen IF BUTTON(0) THEN GOTO @B to start the game when a button is pressed GOTO @A @B and then you put the rest of your code Enjoy :)