I’m making an isometric game and I need to know which takes less memory for scrolling, making everything invisible that you can’t see?
Like if(!this.base.hitTest(worldHitter))this._visible = false;
Or would it be better to remove the movieclips unseen and then reattach them when i should see them?