How do i create a simple main menu for my game
Help me out
Can anyone show me the code for it
Everyone’s main menu is going to be different. At its simplest, you would have a screen with a play button on it. There are multiple ways to do a play button.
You might want to look at widget.newButton() as a way to get started.
https://docs.coronalabs.com/api/library/widget/newButton.html
Rob
Thanks a lot
Everyone’s main menu is going to be different. At its simplest, you would have a screen with a play button on it. There are multiple ways to do a play button.
You might want to look at widget.newButton() as a way to get started.
https://docs.coronalabs.com/api/library/widget/newButton.html
Rob
Thanks a lot