Friday, January 8, 2010

Final Project

by Henry and Edward.
people told us still can't see our video, so i re-upload again to youtube, here is new link

Monday, January 4, 2010

HW12--96130040--Vivian (piano)

HM7-96130040-Vivian

Comment:
In this class i've learned to
Translate (move the center)and Rotate(switch angle)
translate(300,300);
rotate(i*PI/180);
Besides,
I understand to make some motions using "FrameRate".

HM6-96130040-Vivian


















Comment:

In this class i've learned to let image
Fade in, Fade out, Horizontal, and Vertical, Special.

if(mode ==0 && 150+i<550) i="i+20;" mode="1;" mode ="=">0)
i=i-20;
else
mode=0;

image(img,150+i,150,300,300);


It is difficult to create
and make more time to changethe code and let it run.

HM5-96130040-Vivian

5-01.












5-02.











5-03.












Comment:
In this class i've learned to brows images
front for brows left
back for brows right

front = front+1;
back = back+1;

if(front>20)
front=1;
if(back>20)
back=1;
imgFront = loadImage(front+"f.jpg");
imgBack = loadImage(back+"b.jpg");

HM4-96130040-Vivian
















Comment:
In this class i've learned
to insert words or font is to declare
font = loadFont("TheSans-Plain-12.vlw");
tectFont(Font);
textSize(10);
fill(0);text("size 5",310,25);

and the function to save
save("draw.jpg");