Best way to change screens?

Hello,

I have tried searching and looking at ways to have more than one screen and I’m sorry but I am confused. I see something called the storyboard and then other stuff.

I want to have an intro screen that has a couple buttons and then click one to go to another screen with it’s own set of controls. What do I need to be looking for to do this?

Thanks,

Warren
[import]uid: 184193 topic_id: 32410 reply_id: 332410[/import]

Try this:
http://www.coronalabs.com/blog/2011/11/14/introducing-the-storyboard-api/

Sample code at:
https://github.com/ansca/Storyboard-Sample [import]uid: 8045 topic_id: 32410 reply_id: 128893[/import]

@warrenwsav,

Storyboard is definitely the way to go. If you like what you see, please check out the SSKCorona frame. SSK isn’t really super yet, but I’m working on it. That said, the included blank frame has the basic things you mentioned above, ready to go.

-Ed [import]uid: 110228 topic_id: 32410 reply_id: 128902[/import]

There are two primary screen switching systems:

The Corona SDK official “Storyboard” or the 3rd party “Director Class”. Both are pretty full featured but both have a learning curve. I pretty much only use Storyboard now that I know it. But it has been a work in progress.

The posts above have good links to get you started with storyboard. [import]uid: 19626 topic_id: 32410 reply_id: 128914[/import]

Try this:
http://www.coronalabs.com/blog/2011/11/14/introducing-the-storyboard-api/

Sample code at:
https://github.com/ansca/Storyboard-Sample [import]uid: 8045 topic_id: 32410 reply_id: 128893[/import]

@warrenwsav,

Storyboard is definitely the way to go. If you like what you see, please check out the SSKCorona frame. SSK isn’t really super yet, but I’m working on it. That said, the included blank frame has the basic things you mentioned above, ready to go.

-Ed [import]uid: 110228 topic_id: 32410 reply_id: 128902[/import]

There are two primary screen switching systems:

The Corona SDK official “Storyboard” or the 3rd party “Director Class”. Both are pretty full featured but both have a learning curve. I pretty much only use Storyboard now that I know it. But it has been a work in progress.

The posts above have good links to get you started with storyboard. [import]uid: 19626 topic_id: 32410 reply_id: 128914[/import]