Flash use
3 exampes of flash use:
Web-site
Animation
Virtual Tours
Processing

void setup() {
size(200, 200);
fill(126);
background(0);
}
void draw() {
if(mousePressed) {
stroke(255);
} else {
stroke(150);
}
point(mouseX, mouseY);
}
Remixed scratches
Well, i remixed not only the scratches, but also the sequence of class assignments. Last time it was impossible for me to create something out of my head, that is why i’ve remixed someone’s scratch. This week i put it into category of random remixed scratch from the site:

The other remixed scratch is Smiley, created by Sonya Medina:

And finally, after getting slight understanding of how Scratch is working I’ve managed to make something… Though it is not finished.
Where i draw inspiration from
I love the web page of illustrators : www.illustrationweb.com/
There are tonns of galleries and pictures by illustrators from all over the world. This is where i draw an inspiration from sometimes. The illustrators share their works by uploading them and storing in a way of galleries, which are divided into the categories.
If you are a skilled and professional, you can be up there too. Also you can use the scrapbook to store the pics you liked and find something for your project, and get a quote from the illustrator you like.
I recommend this site for every illustrator and designer.
-
Archives
- February 2009 (1)
- December 2008 (1)
- October 2008 (3)
- September 2008 (2)
- August 2008 (1)
-
Categories
-
RSS
Entries RSS
Comments RSS
