OK so i am making an app with multiple screens and it wont even go past main.lua file without giving me this error: Director ERROR: The scene name must be a string. scene = nil nil.
And here is the code im using in the main.lua file:
\_W = display.contentWidth
\_H = display.contentHeight
local director = require("director")
local mainGroup = display.newGroup();
local function main()
mainGroup:insert(director.directorView);
director.changeScene("menu");
return true;
end
main();
Also i am using director class 1.4 and i dont know what to do with this error…im a newbie.
Thanks [import]uid: 69054 topic_id: 18835 reply_id: 318835[/import]