Author Archives: A Seosankar

Midterm Project

For my midterm project, I wanted to create a changing seasonal flower with the appropriate backgrounds to go along with it. Since there are 4 seasons, I would need 4 different stages of a flower. The flower starting from its … Continue reading

Posted in Uncategorized | Leave a comment

Alyssa Seosankar – Midterm Project

At the moment I have no idea what to do my midterm project on 🙁

Posted in Uncategorized | Leave a comment

Alyssa Seosankar – Prof. Higgins – HW 4.2 Part 1

//Alyssa Seosankar – Prof. Higgins – HW 4.2 Part 1 int eyeoutline = 3; int colorb = 0; PImage myImage; void setup(){ //Setting the window size size(500, 400); //Inserting image myImage = loadImage(“window.jpg”); } void draw() { //Background tint if(mousePressed){ … Continue reading

Posted in Uncategorized | Leave a comment

Alyssa Seosankar – Prof. Higgins – HW 3.2 Part 3 – Due 02/18/13

//Alyssa Seosankar – Prof. Higgins – HW 3.2 Part 3 – Due 02/18/13 int x = 100; int speed = 1; int ball = color(159, 0, 244); void setup(){ //Setting window size size(400, 500); } void draw(){ //Setting background color … Continue reading

Posted in Uncategorized | Leave a comment

Alyssa Seosankar – Prof. Higgins – HW 2.2 Part 2 & Part 3 – Due 02/13/13

//Alyssa Seosankar – Prof. Higgins – HW 2.2 Part 2 & Part 3 – Due 02/13/13 int eyeoutline = 4; int colorB = 0; int head = 200; void setup(){ //Setting the window size size(500, 400); } void draw() { … Continue reading

Posted in Uncategorized | Leave a comment

//Alyssa Seosankar – Prof. Higgins – HW 2.2 Part 1 – Due 02/13/13

//Alyssa Seosankar – Prof. Higgins – HW 2.2 Part 1 – Due 02/13/13 int r= 255; int g= 255; int b= 255; boolean sunny= false; float x= 12.0; float z= 0; z= x+25; float y= z+x;

Posted in Uncategorized | Leave a comment

Alyssa Seosankar – Prof. Higgins – HW 2.1 Part 3 – Due 02/06/13

//Alyssa Seosankar – Prof. Higgins – HW 2.1 Part 3 – Due 02/06/13 void setup(){ //Setting the window size size(500, 400); } void draw() { //Setting background color background(0, 0, 0); //Drawing head of creeper fill(0, 0, 0); stroke(249, 255, … Continue reading

Posted in Uncategorized | Leave a comment

Alyssa Seosankar – Prof. Higgins – HW 2.1 Part 2 – Due 02/06/13

//Alyssa Seosankar – Prof. Higgins – HW 2.1 Part 2 – Due 02/06/13 void setup() { size(263, 270); } void draw() { background(0); fill(255,255); ellipse(140, 140, 130, 130); stroke(125); strokeWeight(2); line(140, 140, 185, 185); noStroke(); rect(mouseX, mouseY, 65, 65); }

Posted in Uncategorized | Leave a comment

Alyssa Seosankar – Prof. Higgins – HW 1.2 Part 3 – Due 02/05/13

//Alyssa Seosankar – Prof. Higgins – HW 1.2 Part 3 – Due 02/05/13 //Setting the window size size(500, 400); //Setting background color background(0, 0, 0); //Drawing head of creeper fill(0, 0, 0); stroke(249, 255, 9); strokeWeight(8); ellipse(390, 400, 200, 200); … Continue reading

Posted in Uncategorized | Leave a comment

Alyssa Seosankar – Prof. Higgins – HW 1.2 Part 2 – Due 02/05/13

//Alyssa Seosankar – Prof. Higgins – HW 1.2 Part 2 – Due 02/05/13 //Setting the window size with no borders size(400, 400); noStroke(); //Drawing and filling 1st rectangle in top left corner fill(255, 0, 0); rect(0, 0, 200, 200); //Drawing … Continue reading

Posted in Uncategorized | Leave a comment