another noob questions

Talk about making games.

another noob questions

Postby gokuryudragon » Sat May 12, 2007 9:21 pm

1) how do u make a animated intro screen and menu?

2) how do u make a rpg style conversation in text boxes?

3) how do u make credits at the end and cutscenes during the middle of the game?
User avatar
gokuryudragon
 
Posts: 4
Joined: Sat May 12, 2007 8:49 pm
Score: 0 Give a positive score

Re: another noob questions

Postby Sgt. Sparky » Wed May 16, 2007 3:02 am

gokuryudragon wrote:1) how do u make a animated intro screen and menu?

2) how do u make a rpg style conversation in text boxes?

3) how do u make credits at the end and cutscenes during the middle of the game?

Wow,
those are big questions,
1. I would recomend making a menu with a bunch of different actor buttons for displaying your controls, credits, and whatever else.
when you press the start button it should load your game after you export your game,
like LoadGame("the_name_of_your_game");
:D
2. it is difficult to do this, but when you type in somthing it should compare the strings like,
Code: Select all
if(strncmp(text, "hello", 4) == 0)
{
     you actions ect.;
}

3. for credits you can just have a moving text actor that just moves up with names ect. (I make all the parts of my game though... :( )
and for cutscenes just make the animation of your actor ect.

I am sorry to be so brief,
but there is so much to do with this.
if you need further help let me know and I can go into more depth on this topic. :D
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score


Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest

cron