I still don't think I am removing things right.

Everything is loading from level to level and looking nice.

the top of my code:

1
2
3
4
5
6
local storyboard = require( "storyboard" )
local scene = storyboard.newScene()
require("loq_profiler").createProfiler()
require ("loq_util")
local sf
local ui_sf

example:

1
2
3
local myModule = require('myModule')
-- ... some processing here, don't need the module anymore
unrequire('myModule') -- removes the module from the global packages and reclaims some app memory
views:1685 update:2012/2/10 9:26:24
corona forums © 2003-2011