2013年12月16日 星期一
Week 15
PImage bg,life1,life2,life3,life4,life5,blu,white,yellow,blu1,white1,yellow1;
void setup(){
bg = loadImage("bg.jpg");
life1 = loadImage("life.jpg");
life2 = loadImage("life.jpg");
life3 = loadImage("life.jpg");
life4 = loadImage("life.jpg");
life5 = loadImage("life.jpg");
blu = loadImage("blu.jpg");
white = loadImage("white.jpg");
yellow = loadImage("yellow.jpg");
blu1 = loadImage("blu1.jpg");
white1 = loadImage("white1.jpg");
yellow1 = loadImage("yellow1.jpg");
size(400,600);
}
void draw(){
image(bg,0,0, 400,600);
image(life1,368,5,28,66);
image(life2,368,76,28,66);
image(life3,368,147,28,66);
image(life4,368,218,28,66);
image(life5,368,289,28,66);
image(blu,13,475,60,15);
image(white,73,475,66,15);
image(yellow,139,475,88,15);
image(blu,227,475,66,15);
image(white,293,475,64,15);
}
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言