
-----------------------------------
sambomaster
Sat Jan 12, 2008 7:53 pm

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?

-----------------------------------
sambomaster
Sat Jan 12, 2008 9:25 pm

RE:Title pages in games?
-----------------------------------
anyone?

-----------------------------------
StealthArcher
Sat Jan 12, 2008 9:32 pm

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
Sun Jan 13, 2008 9:51 am

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
Sun Jan 13, 2008 10:21 am

RE:Title pages in games?
-----------------------------------
That's Input.KeyDown ;)

-----------------------------------
Sean
Sun Jan 13, 2008 11:10 am

Re: Title pages in games?
-----------------------------------
Oops, just realized I typed it wrong, thanks Clay..  :shock:

-----------------------------------
BigBear
Thu Jan 17, 2008 6:45 pm

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.
