i tried stuffs like
- PImage b;
- void setup(){
- ...
- b = loadImage("fondo_fade.png");
- ...
- }
- void draw(){
- image(b, 0, 0);
- ...
- }
but i keep getting errors , like i said i am new to processingcould u be more specific
i tried stuffs like
- PImage b;
- void setup(){
- ...
- b = loadImage("fondo_fade.png");
- ...
- }
- void draw(){
- image(b, 0, 0);
- ...
- }
but i keep getting errors , like i said i am new to processingcould u be more specific