Loading an Image

Hey y’all

This is one of my photographs that I uploaded into processing. I also was able to make it move and then stop

 

Screen Shot 2013-10-17 at 8.39.44 PM

 

heres my sketch

float x;
PImage photo;

void setup() {
size(534, 800);
x = width;
photo = loadImage (“Taylor_jackie.jpg”);

}
void draw() {
background(0);
image(photo, x, 0);

if(x>0) {
x = x – 1;
}

}

This entry was posted in Uncategorized on by .

About taylorrusso

Haiii everyone, I’m Taylor! (obviously) I was born and raised in dirty jersey, although in Ringoes, where I lived, it’s anything but dirty. I grew up in a farm area with all the typical farm animals you could imagine. I’m 19, sophomore, and CD major. I’m really excited for this class because this is not what I was expecting at all. Like I said in class, I hope to become one of those nerds that they filmed in the Social Network, sitting in the computer, typing out ridiculous computer jawn.