Author Archives: michael

11_1

9_3[] // 30 Integers int [ ] integers = new int [0]{ } // 100 floating point numbers float [ ] floatPoints = new float [100] // 56 Zoog Objects Zoog [ ] zoogs = new Zoog [56] 9-4 1. … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

10.2

Moons [] array Offullmoon = new Moon [9]; void setup(){ size(700, 700); for(int i = 0; i < array Of-fullmoon.length; i++){ arrayOffullmoon [i] = new Suns(color (random(0, 225)), int (random(0, width)), int (random(0, height)), int (random(50, 100)), int (random(50, 100))); … Continue reading

Posted in Uncategorized | Leave a comment

11.2

Bus []bus=new Bus[10]; Bus myBus; boolean trigger= false; void setup() { size(780, 500); for (int i=0;i<bus.length;i++) { bus[i] = new Bus(color(146, 180, 250), i*10,i*90, 1, 20, 80, 2); } } void draw() { background(200); for (int i=0;i<bus.length;i++) { if(trigger){ bus[i].xpos=bus[i].xpos+bus[i].xspeed; … Continue reading

Posted in Uncategorized | Leave a comment

final project

int y =80; String [] chapt = { “Genesis1:26”, “Psalm 82:6”, “zechariah 12:8”, “luke 17:20”, “stjohn 10:34 “, “IIcorinthians 10:7”, “leviticus1 9;18”, “1 st corinthians 3;16”, “1stcorinthian2:11”, “revelation22:2\n zodiac is our heavenly newspaper”// }; String[] verses = { “stjohn 10:34, … Continue reading

Posted in Uncategorized | Leave a comment

10.1

class BouncingBall { //Declare the data variables color c; int x; int y; int speed; //Initialize data variables BouncingBall() { c = color(175); x = 0; y = 100; speed = -1 } //Write out the bouncing ball functions move() … Continue reading

Posted in Uncategorized | Leave a comment

final project

I wanted to do a description of a book, and be able to upload and send png out of want insights i found out. i also wanted to add different strings , so it wont be that boring.

Posted in Uncategorized | Leave a comment

Final project

int y =50; String [] chapt = { “Genesis1:26”, “Psalm82:6”, “zechariah12:8”, “luke17:20”, “stjohn 10:34 “, “IIcorinthians10:7”, “leviticus19;18”, “1st corinthians3;16”, “1stcorinthian2:11”, “revelation22:2\n zodiac is our heavenly newspaper” }; String[] verses = { “stjohn 10:34, jesus answered unto them is it not … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

hw array

background(0); fill(255); // Bible verses String[] verses = {“genesis”, “psalm”,”zechariah”,”luke”,”stjohn”,”IIcorinthians”, “john”,}; String[] chapters ={ “jesus answered unto them is it not written in your law”,”i have said yea are gods”, “and when he was demanded of pharises”,” when the kingdom … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Michael Haynes midterm1

Posted in Uncategorized | Leave a comment

Midterm project /Michael Haynes

float r = 0; float x = 0; float y = 0; float c = 0; float d = 0; float e = 0; float f = 0; float g = 0; //if r reaches y axis then Stop; //if … Continue reading

Posted in Uncategorized | Leave a comment