any templates demonstrate how to click from one screen to another ?

I’m looking for an example of how to move from the start screen to an options screen as I don’t think I’m doing it right currently.

So far I have a 2 functions: screenStart() and screenOptions()

in main.lua I call screenStart() which displays several buttons and an image.

One of the buttons has onRelease = buttonOptionsRelease which triggers this code

local buttonOptionsRelease = function (event)
screenOptions()
end

the screenOptions() functions sets up a screen with its own background and buttons.

Is this correct? or is there perhaps some example code I could look at that demonstrates how to do this better ? [import]uid: 97524 topic_id: 19289 reply_id: 319289[/import]

use the director module, its dont get easier than this)
you can learn about it here: learningcorona.com [import]uid: 16142 topic_id: 19289 reply_id: 74389[/import]

I use Storyboard. seems to work ok. [import]uid: 100299 topic_id: 19289 reply_id: 74393[/import]

Wow, that a great link learningcorona.com - tons of stuff! Big thanks!

[import]uid: 97524 topic_id: 19289 reply_id: 74397[/import]

Great page indeed nice demonstrate [http://www.templatewordpress.org templates] [import]uid: 76204 topic_id: 19289 reply_id: 78677[/import]