Hi, im new to corona lua and i can’t switch between two scenes pops up an error saying there a nil value at the 2 line in my main…
Main :
[lua]local composer = require (“composer”)
Composer.gotoScene (“menu2”)[/lua]
And on the menu2.lua theres just a print hello world…