Hi,
I am completely new to corona.
This is my “level_1.lua” code:
module(..., package.seeall)
function newlevel\_1 ()
local super = require("\_level\_1")
local this = super:newlevel\_1()
-- Load level
local level = require("level")
return this
end
I want to load “level” scene on top of my “level_1”. This code does not work. How would I do this?
Do I need to “end” the “load level”? Do I have the “load level” in the right place?
Thanks in advance.
– [import]uid: 15281 topic_id: 6419 reply_id: 306419[/import]