3 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for AurosGamma

Hello there. I'm making a simple Pacman game because I'm practicing C# (I've never programmed in C# before), but I ran into a problem. Here is my code: [CODE]void addGhost(object sender, EventArgs ea) { Random random = new Random(); int ghostNum = random.Next(5); // Here I use and enum I've …

0
166
Member Avatar for cedrikkk

I have the problem that pygame.image.save won't save a transparency channel. With one .png image, it simply doesn't save the transparency channel. With plenty of other .png images, it gives me an error when I call pygame.surfarray.pixels_alpha(newSurface). It tells me: ValueError: unsupported colormasks for alpha reference array. Anyone have experience …

0
108
Member Avatar for slfisher

As part of the American Recovery and Reinvestment Act of 2009, also known as the stimulus package, states were required to set up websites in a specific format to explain to citizens how the money was spent. The [URL="http://www.goodjobsfirst.org/pdf/ARRAwebreport.pdf"]first look[/URL] at how states have done has come out, and it …

0
116

The End.