A few questions about performance etc

Huhu!

I’m kinda new to Corona and Lua, so I have a few questions.

1: How should I remove an object?

For example I’m doing this ->

transition.to(mScreenGroup, {time = 0, alpha = 0, onComplete = loadLevel})         play\_btn:removeEventListener("tap", loadGame);   end

to change the screen. But I dont want to reuse the “textures”, so should I use object.remove instead? Because I only change  alpha, so its still there, right.

  1. It is bad to load multiple lua tables? Or should I just put everything into one table?

Thanks!

Greetings