Page 1 of 1

Creating game help

PostPosted: Thu May 25, 2006 8:54 pm
by CrimsonX
Hi, all. Im creating a game and i need some help. I need to know:

1. How to create it where you have to hit a character multiple times to kill them.

2. How can I create a title screen.

3. How do i create an beginning intro.

4. Is there a way to give an apponent an AI to where they can fight back.

5. Is it possilbe to create a life bar.

my game is called Street Fighter vs Mortal kombat, Kens Destiny

PostPosted: Thu May 25, 2006 9:13 pm
by Murd-Machine[_]
1. Create a variable with value that is equal to number of hits you want to use. Reduce it by 1 when you hit it. If it is smaller or equal to 0 destroy it.
2. Put your title somewhere on the editor screen. Create any timer event and on the other side of this timer put something like [view.x="a" view.y="b"] where "a" - x coordinate and "b" - y coordinate of place you need to jump.
3. If I understand you correctly it is almost the same as title
4. Yes, but working with AI is always a quite hard work. Is your game genre Fighting?
5. Yes. You can use premade animation with bar and make it's frame depend on your health.

PostPosted: Thu May 25, 2006 11:21 pm
by CrimsonX
The game is a beat em up game based on ken encounters with other dimensional beings and his encounter with ryu being controlled by the dark hadou.