How to transition from initial splash screen to main menu screen

I would like to see a coding example of transitioning from an initial splash screen to a main menu screen after a 2.5 second delay.

I am anxious to incorporate it into my first app! Thank you in advance! [import]uid: 46629 topic_id: 32102 reply_id: 332102[/import]

Hi skylersb,
Either the official Storyboard or 3rd-party Director will help you achieve this. There are examples for Storyboard in the docs, and Director is commented/documented thoroughly (and it has it’s own dedicated forum). Really, it’s a matter of preference. Both accomplish the same core concept of scene/module management.

Brent [import]uid: 9747 topic_id: 32102 reply_id: 127886[/import]

@skylersb

I am in the midst of producing a starter kit: SSK for Corona SDK

Among other things, this kit includes a bare game template using storyboard. In this template I start on a splash/loading screen and transition to a main menu after a delay.

You can download the whole kit and then look at the framework under SSKCorona/frame/*.

Cheers,
Ed [import]uid: 110228 topic_id: 32102 reply_id: 127948[/import]

Hi skylersb,
Either the official Storyboard or 3rd-party Director will help you achieve this. There are examples for Storyboard in the docs, and Director is commented/documented thoroughly (and it has it’s own dedicated forum). Really, it’s a matter of preference. Both accomplish the same core concept of scene/module management.

Brent [import]uid: 9747 topic_id: 32102 reply_id: 127886[/import]

@skylersb

I am in the midst of producing a starter kit: SSK for Corona SDK

Among other things, this kit includes a bare game template using storyboard. In this template I start on a splash/loading screen and transition to a main menu after a delay.

You can download the whole kit and then look at the framework under SSKCorona/frame/*.

Cheers,
Ed [import]uid: 110228 topic_id: 32102 reply_id: 127948[/import]