I need button help

I need this button to lead me to another .lua file

local playbutton = widget.newButton

{

    left = 186,

    top = 160,

    width = 105,

    height = 105,

    defaultFile = “button.png”,

    overFile = “button click.png”,

    onEvent = handleButtonEvent,

    onRelease = game

}

how is it done?

all help appreciated!!! thanks!

Are you using Storyboard?

Take a look at this http://www.develephant.net/a-simple-storyboard-framework-for-corona-sdk-part-1/

Please direct any responses to this thread:  http://forums.coronalabs.com/topic/41853-i-need-button-help/

Thanks

Rob

Are you using Storyboard?

Take a look at this http://www.develephant.net/a-simple-storyboard-framework-for-corona-sdk-part-1/

Please direct any responses to this thread:  http://forums.coronalabs.com/topic/41853-i-need-button-help/

Thanks

Rob