[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Transparency



Hi,
I'm trying to make a program where at any time there are three oddly shaped bars on the screen.  I do not want them to appear to be in a window.  My problem is that, setting the flags argument in pygame.display.set_mode () to NOFRAME, the surface must then be filled ( surface.fill() ).  I don't want to cover up my transparentness though...
Ian