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!