Im using storyboard (er learning to use it) and I am wondering how to make my button go to a new file. My code Im using is;
function startButton:tap( e )
code here needs to go to a file called Level1.lua
end
startButton:addEventListener( “tap”, startButton )
Any help understanding is appreciated. If you can post a link to a tutorial I would be overjoyed. Also, Im not looking for free code here, i actually would like to understand my code…
I understand it so far so anything posted I would appreciate an explanation, I just bought a new macbook pro so I’m eager to get started! Thank you for any help! 