• fullscreen
  • PABLO_HERMOSO.pde
  • void setup (){
      size (281,425);
    }
    float x = 5;
    float y = 5;
    
    void draw ()
    {
      x = x + .5;
      if (x > 70) {
        x = 5;
      }
    
      y = y + .5;
      if (y > 70) {
        y = 5;
      }
    
      background (255);
      PImage b;
      b = loadImage ("pablo.jpg");
      image (b,0,0);
    
    
      fill (255,3,3,150);
      ellipse (87,260,x,y);
    }
    
    
    

    code

    tweaks (0)

    about this sketch

    This sketch is running as Java applet, exported from Processing.

    license

    advertisement


    PIARTE GALERIA

    CON TU SANGRE EN LA ARENA

    Add to Faves Me Likey@!
    You must login/register to add this sketch to your favorites.

    NET ART

    PIARTE GALERIA
    24 Jun 2009
    ENCONTRARAN UNA MUESTRA DE MI TRABAJO VISUAL EN:
    http://www.artmajeur.com/piarte/
    You need to login/register to comment.