- IR sensor
- 4대 대첩
- Shena Ringo
- 흥성전기
- Skins
- 러쉬 해외 직구
- formex
- 인천작업실
- 세실내과
- 도쿄지헨
- 세운전자상가
- 東京事變
- sony nex vg20
- 이슬비침
- 동경사변
- 시이나링고
- 유학생 건강검진
- 파이월
- Arduino
- 시온여성병원
- piwall
- 라즈베리파이 와이파이
- 막달운동
- formex E400
- OPT #EAD
- raspberrypi wifi
- 東京事変
- wall display raspberrypi
- 월디스플레이
- 라즈베리파이 모니터벽
- Today
- Total
'_'
qasdfg 본문
import fullscreen.*;
FullScreen fs;
int value = 0;
float w = screen.height;
void setup(){
background(255);
fs = new FullScreen(this);
size(screen.width,screen.height);
smooth();
}
void draw(){
/*if(w<=50){
w=screen.height;}*/
}
void keyPressed(){
if(key == 'a') {
fs.enter();
}
if(key==CODED){
if (keyCode==UP){
w = w - 5;
// h = h - 5;
strokeWeight(5);
ellipse(width/2,height/2,w,w);
stroke(random(255),random(255),random(255));
fill(random(255),random(255),random(255));
}
if(keyCode==DOWN){
w = screen.height;
stroke(255);
strokeWeight(10);
fill(255);
ellipse(width/2,height/2,w,w);
}
}
}
'나' 카테고리의 다른 글
어디에도 (0) | 2011.04.19 |
---|---|
제목을 입력해 주세요. (0) | 2011.03.29 |
아이유 (0) | 2011.01.10 |
와우 지구 다른편어딘가에서 난 멋진 하루를 보내라구 (0) | 2010.11.26 |
발제 (0) | 2010.11.26 |