MAKING A TITLE SCREEN: There are actually TWO ways to do this. One way is really simple, while the other might not be. First example, use GPUTCHR, which stands for G PUT a CHaRacter. Then, you can change the scale, by putting a 2 numbers for stretch after you string (string is "Title!"). So, this is how to do this: GPUTCHR X,Y,"Title!",2,2,RGB(255,255,255) The RGB can also be edited to change colo