We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am trying to make some sprites for a Python game I am creating. At first, I tried to use the alpha channel in Gimp 2, but I cannot even begin to understand how to use a drawing software. A computer language is much easier (go figure). Is there any way I can make the background of my sketch completely transparent so it will be a good sprite?
Answers
http://py.Processing.org/reference/PGraphics.html
http://py.Processing.org/reference/clear.html
How does the PGraphics work? Does it make the entire background transparent or just a selected area? I am confused with the syntax.
this.getGraphics()
.That is a fundamental Processing class. You should look up for it throughout the forum.
Some example: https://Processing.org/examples/creategraphics.html