Page 1 of 1

How to make a menu??

PostPosted: Mon May 28, 2007 7:16 pm
by pavel329
I am making a super smash bros game.

I have just started the menu.Here it is.

Image


But what i need to do is find out actually how to use it.

I know i may need to turn it into seperate parts.

But how to i make it where if i select the character it goes in the lower boxes.

Or when i finish and press the start button.
How do i make it here it knows what character to start me out with?


I think this game may need some hard work.


But any help will be awesome.Thanx.

PostPosted: Mon May 28, 2007 8:21 pm
by Caaz Games
What I Would Do Is, Make Those Little Colored Boxes At The Bottom All Separate And Then Keep The Top Together, Use Filled Reigens On Each Character And Have A Mouse Button Down That Changes Stuff And Have Variables To Make The Game Know What Character You Chose. Oh And Have Th Bottom Things Like
Create Actor -> Script Editor
Code: Select all
If(Kirby==1)
{
      ChangeAnimation(Kirby);
}
If(Link==1)
{
      ChangeAnimaiton(Link):
}
//And So On

PostPosted: Mon May 28, 2007 8:24 pm
by pavel329
ok also what i was thinking is have the characters all in boxes way off screen.and when i choose the characters only the ones i chose use the move to action and appear in the game