hi there, i just startet with processing and i'm trying to make a game or somfing. and i got a few questions.
how i can make a map or somfing?
in games you can walk to somewere to kill someone or somfing but i think my first thing is that i want to know how to make a map like that. just that you can walk somewere and see a house or a wood or somfing.
hi there,i'm new with processing and i got a problem when i'm trying to upload/use an image. when i try to use the image i get a grey screen what i cant close with the x button, and i get this text: (19 is the image)
Could not find a method to load 19
Exception in thread "Animation Thread" java.lang.NullPointerException
at processing.core.PGraphics.image(PGraphics.java:3440)
at processing.core.PApplet.image(PApplet.java:11658)
at eerste_kreatie.draw(eerste_kreatie.java:40)
at processing.core.PApplet.handleDraw(PApplet.java:2128)
at processing.core.PGraphicsJava2D.requestDraw(PGraphicsJava2D.java:190)