Author Archives: Ashlee

HW 4.2 part 1

http://www.openprocessing.org/sketch/91035 ** Added Image ** change the sun into a boolean

Posted in Uncategorized | Leave a comment

4.1 HW

*Missing A Few Things Couldnt Figure It Out* 4.1 HW _Ashlee Frontin   int x = 50; int y = 50; int w = 25; int h = 25; int x2 = 10; int y2 = 50; int w2 = … Continue reading

Posted in Uncategorized | Leave a comment

HW3 Part 3

Ashlee Frontin.. Bouncing Ball Link: http://www.openprocessing.org/sketch/90058/embed/?width=400&height=400&border=true

Posted in Uncategorized | Leave a comment

Home work 2.2 Part 2

New Sketch … HW 2.2 Part 2 Ashlee Frontin Link: http://www.openprocessing.org/sketch/8937  

Posted in Uncategorized | Leave a comment

Home Work 2.2 Part 1

Homework 2.2 Part 1.. Variable Declaration_ Ashlee Frontin int r = 255; int g = 255; int b = 255; boolean sunny; sunny = false; float x = 12.0; float z; z = x + 25; float y = z … Continue reading

Posted in Uncategorized | Leave a comment

Home work 2.1.3

Homework 2 Part 3 Edited Design: Ashlee Frontin Processing Link http://www.openprocessing.org/sketch/88588   Code: void setup (){ size (255,255); } void draw(){ background (mouseX, mouseY); fill(255); strokeWeight (5); ellipseMode(CORNER); ellipse (40, 65, 51, 130); ellipse (92, 65, 51, 130); fill (mouseX, mouseY, … Continue reading

Posted in Uncategorized | Leave a comment

Homework 2.1 part 2

Home work 2.1 Part 2: Broken Code_ Ashlee Frontin Uploaded On to Openprocessing Juss Click the link http://www.openprocessing.org/sketch/88562 Or <iframe width=”228″ height=”280″ scrolling=”no” frameborder=”0″ src=”http://www.openprocessing.org/sketch/88562/embed/?width=200&height=200&border=true”></iframe>

Posted in Uncategorized | Leave a comment

Homework 1.2 Part 2

Ashlee Frontin homework 1.2 Part 2   size (200,200); noStroke(); fill(255,0,0); //sets red square color rect(0,0,100,100); //sets top and bottom points for red square fill(72,242,46); //sets green square color rect(100,0,100,100); //sets points for green square fill(33,31,222); //sets blue square color … Continue reading

Posted in Uncategorized | 2 Comments

It Works

It Works

Posted in Uncategorized | 1 Comment