I'm trying to make box that displays information about objects, and be able to be moved around. Its a click play and watch what happens kind of game so nothing is going on in the background while you move this information box around. I'm trying to find a way to not have to keep redrawing all of the stuff in the background while I'm moving this box. Is there any way to do this, or do I have to continue updating whats behind. I'm kind of new to pygame but have tried the pygame.surface.Surface but I think I used it wrong and it didn't work.
Thanks :D