Start with a basic title screen. Here are instructions: Locate 13,13 ? "(Title)" WAIT 50 Locate 13,15 ? "Created by (name)" WAIT 50 Locate 13,16 ? "Press A to START" @LOOP IF A AND #A THEN GOTO @LOP GOTO @LOOP @LOP ? is just an easier way to type PRINT. Locate just tells where to put it. A @LOOP Just makes something go somewhere else in a game, like if you press A it will bring you to the second.