Author |
Message |
sambomaster
|
Posted: Sat Jan 12, 2008 7:53 pm Post subject: Title pages in games? |
|
|
I'm a real newb in Turing and I feel like programming a little game so I want to start out with making a title page for it but I don't know how to go about doing that lol.
So yeah, I know how to put images in Turing so what I'd like to do is make a title like:
"Frogger (beta)
By James
Press ENTER to continue..."
Any help? |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
sambomaster
|
Posted: Sat Jan 12, 2008 9:25 pm Post subject: RE:Title pages in games? |
|
|
anyone? |
|
|
|
|
 |
StealthArcher

|
Posted: Sat Jan 12, 2008 9:32 pm Post subject: Re: Title pages in games? |
|
|
Add Text to the image in paint or something, then, draw it in turing, then wait for enter to be pressed, then continue. |
|
|
|
|
 |
Sean

|
Posted: Sun Jan 13, 2008 9:51 am Post subject: Re: Title pages in games? |
|
|
You could use the Draw.Text function to make a title page, make it a procedure. You can add other effects and have a Key.InputDown function to detect when the player puts enter in.
To add background colour, colourback function is used, text colour if using put statements would be colour function. Otherwise with Draw.Text you can set it to your own. |
|
|
|
|
 |
Clayton

|
Posted: Sun Jan 13, 2008 10:21 am Post subject: RE:Title pages in games? |
|
|
That's Input.KeyDown  |
|
|
|
|
 |
Sean

|
Posted: Sun Jan 13, 2008 11:10 am Post subject: Re: Title pages in games? |
|
|
Oops, just realized I typed it wrong, thanks Clay..  |
|
|
|
|
 |
BigBear
|
Posted: Thu Jan 17, 2008 6:45 pm Post subject: Re: Title pages in games? |
|
|
When I make a title for a game I like to use MS Word's Word Art. Then just copy the image into paint and save as .bmp or .jpg. Then put it in your title page as a image. You can also you it as a title for main menu or title for pages like How to Play etc. Just remember to change background colour to match background of screen and use Pic.Free to clear image. |
|
|
|
|
 |
|