Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Rabagast on August 15, 2013, 11:26:31 AM

Title: Game Menu
Post by: Rabagast on August 15, 2013, 11:26:31 AM
Hi!
I want to make a menu where I can choose "Start Game", "Option", "Credits", etc.
I try to figure out how to do it. And found a way, but I don't know if this is the best way. It's alway a better way.

I use a counter system where 1 is start game and 2 is option, etc.
And I use the arrow keys to go up and down in the menu.
My way is that, in state 1, the counter is 1. And that state
is connected to a new state which is starting the game.
If I press the down arrow key, the counter increase to 2, and
it goes to state 2. And that state is connected to a state which
is starting the option menu. And so on. And of course I need
to press "ENTER"

What do you think of this way? Maybe it doesn't matter
how I do it, as long as it works. I just want to hear what other says. :)
Title: Re: Game Menu
Post by: Rabagast on August 15, 2013, 02:34:58 PM
Forget the counter. It works without. I have a screenshot here.