Hi,
It seems that the back-buffer is cleared before rendering new frames in Corona, even if I’m not rendering my own background. How do I prevent the back-buffer from being cleared?
I’m trying to make it so that each time I draw a game object, and move it, the object’s renderings in all of its previous positions will remain on the screen (back-buffer).
Is there a way to do this in Corona?