This is the error:
restart.lua:36: attempt to call method ‘addEventListener’ (a nil value)
This is the code:
function scene:enterScene(event)
storyboard.purgeScene(“game”)
bkg:addEventListener(“touch”, start)
end
he second time my storyboard goes to the restart screen… hmm, any ideas?