Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : Adding background image to existing code

$
0
0
i tried stuffs like 
  1. PImage b;
  2. void setup(){
  3. ...
  4. b = loadImage("fondo_fade.png");
  5. ...
  6. }
  7. void draw(){
  8. image(b, 0, 0);
  9. ...
  10. }
but i keep getting errors , like i said i am new to processing
could u be more specific

Viewing all articles
Browse latest Browse all 1768

Trending Articles