noob help: need an example of showing/hiding a group and scenes in their own files

Could anyone post a simple example to show the Lua syntax for using groups, hiding/showing objects in the groups and how to deal with more than one “scene”?

I’m trying to put a skeleton set of main menu, options and game scenes together and can’t figure out the goo. I would like to structure my code as follows:

menu.lua
options.lua
game.lua

I need some help getting started - any pointers appreciated! [import]uid: 8353 topic_id: 2118 reply_id: 302118[/import]

Take a look at the Tab Bar Sample:
/Applications/CoronaSDK/SampleCode/Interface/TabBar

It includes multiple screens as well as a menu at the bottom. [import]uid: 4621 topic_id: 2118 reply_id: 6317[/import]

Thanks.

I think there are some great articles on here to teach how to do specific things but sometimes it’s useful to show some plumbing to see how it all hangs together! [import]uid: 8353 topic_id: 2118 reply_id: 6319[/import]