On Mon, 14 Feb 2005 16:30:52 +0100 kabutor <[EMAIL PROTECTED]> wrote:
> well, I draw it but I want to delete it, I paste the complete class at > > the end of the email, Im thinking to make it disappear to add a if > (self.visible) in the render method to make it disappear.. but dont > looks like the proper way to do that, I prefer to do a cls screen ;) adding "if not self.visible: return" is the right way for that, i think. BTW, OpenGL always clear ALL the screen between 2 rendering, so "cls screen" has no sens. Jiba
