Hi I’ve created OOP game and am now looking into integrating the storyboard api. Just for piece of mind I want to know that if I remove a class (e.g. gameLevel ) that is the main controller and calls all other classes will it remove all the other classes its called and variables created and display groups etc? I hope it does? Theres a alot of stuff to remove.
[code]
function gameLevel:destroy()
gameLevel:removeSelf()
gameLevel = nil
end
[/code] [import]uid: 118379 topic_id: 21801 reply_id: 321801[/import]