Simple example

Hi, I’m new to Corona.

I need to create a really basic app that consists of a few screens with buttons on them.

  1. A main screen with a logo and one button.
  2. When the button is pressed a new screen appears which has 5 menu buttons on it.
  3. Each of these menu buttons will launch a new different screen.

Can someone point me to an example of how this is done in Corona?

Can I have multiple screens on top of one another? Or must I close each one down?? [import]uid: 77494 topic_id: 12682 reply_id: 312682[/import]

look up director class, this makes screen changing easy, and it is simply a case of when a button is pressed, calling a function that uses director to go to a new screen [import]uid: 24641 topic_id: 12682 reply_id: 46458[/import]

http://developer.anscamobile.com/code/director-class-10
[import]uid: 31262 topic_id: 12682 reply_id: 46487[/import]

There’s a good tutorial (written by me) on using director for the first time here. :slight_smile: [import]uid: 52491 topic_id: 12682 reply_id: 46621[/import]