I'm making a game and would like the picture of "character" exploding to show on the screen for 1 second. So I created a separate function for explosion. Right now, there is an error with "wait", and I'm not sure how to fix it. Any help would be appreciated.
I've been working on a simple game ad have come across a problem. After i shoot "character", the image of "character" dying just flashes on the screen for a fraction of a second. I would like to figure out a way for the dead character to be displayed for about 1 second.
Hi, this is an extremely basic question, but I just started working with Processing today and created a simple project. however, I want to replace the spheres in the game with an image from my computer. I tried using whatever limited knowledge I have of Processing to solve the problem, but there always seems to be errors.