Home, Loading and Level select screens

I have been practicing with a lot of tutorials and examples, but seem to have missed a section! :confused:

For example, I made a balloon pop game but now want to test out making it with a home screen, about this game and a level select etc.

If someone could point me in the right direction, I would be very grateful. Thanks! [import]uid: 134652 topic_id: 32379 reply_id: 332379[/import]

Hey Ed - very basic Director/Scene tute I did on Techority some time back, worth a look;

http://corona.techority.com/2010/11/19/how-to-use-scenesscreens-in-corona/

Peach :slight_smile: [import]uid: 52491 topic_id: 32379 reply_id: 128824[/import]

Or use Coronas built in StoryBoard -

http://docs.coronalabs.com/api/library/storyboard/index.html

Dave [import]uid: 117617 topic_id: 32379 reply_id: 128860[/import]

Hey Ed - very basic Director/Scene tute I did on Techority some time back, worth a look;

http://corona.techority.com/2010/11/19/how-to-use-scenesscreens-in-corona/

Peach :slight_smile: [import]uid: 52491 topic_id: 32379 reply_id: 128824[/import]

Or use Coronas built in StoryBoard -

http://docs.coronalabs.com/api/library/storyboard/index.html

Dave [import]uid: 117617 topic_id: 32379 reply_id: 128860[/import]

thank you both for the direction.

Is there a certain time when scenes should be used over a storyboard, is it based on developer preference?

[import]uid: 134652 topic_id: 32379 reply_id: 128952[/import]

thank you both for the direction.

Is there a certain time when scenes should be used over a storyboard, is it based on developer preference?

[import]uid: 134652 topic_id: 32379 reply_id: 128952[/import]

Not sure what you mean.

Storyboard uses scenes, you either have each one in a separate lua file or you bundle everything into one lua file (bit messy).

Load up the Storyboard sample app, there use to be a template.lua file in the same directory to help you get started.

Dave [import]uid: 117617 topic_id: 32379 reply_id: 129058[/import]

Not sure what you mean.

Storyboard uses scenes, you either have each one in a separate lua file or you bundle everything into one lua file (bit messy).

Load up the Storyboard sample app, there use to be a template.lua file in the same directory to help you get started.

Dave [import]uid: 117617 topic_id: 32379 reply_id: 129058[/import]

If you mean Director over Storyboard then it’s preference only. Both are as good as each other in terms of functionality at this stage from what I’ve seen, though Director is simpler. [import]uid: 52491 topic_id: 32379 reply_id: 129136[/import]

@peach - that’s exactly what I was trying to say, thank you.

Ty both again, i’ve been making good progress [import]uid: 134652 topic_id: 32379 reply_id: 129155[/import]

If you mean Director over Storyboard then it’s preference only. Both are as good as each other in terms of functionality at this stage from what I’ve seen, though Director is simpler. [import]uid: 52491 topic_id: 32379 reply_id: 129136[/import]

@peach - that’s exactly what I was trying to say, thank you.

Ty both again, i’ve been making good progress [import]uid: 134652 topic_id: 32379 reply_id: 129155[/import]

Glad to hear that - thanks for confirming, and updating :slight_smile:

[import]uid: 52491 topic_id: 32379 reply_id: 129392[/import]

Glad to hear that - thanks for confirming, and updating :slight_smile:

[import]uid: 52491 topic_id: 32379 reply_id: 129392[/import]