Im trying to make a menu for my pong game.
I have 4 buttons and an actor (o) to select the buttons with..
I should look something like this:
o - Play
- Options
- Exit
- Credits
First how do I make my 4 images (play, options, exit, credits) buttons?
How do I make the actor (o) select my button "play" when i press "enter"?
The only thing I have odne so far is made the actor (o) move up and down.