Monday, 2 May 2011

development

I decided that white on black looks better for the back ground for my code.
I made the lines transparent so that you can see where the lines come togeather
there will be a combined sound when the ball goes over those parts

Code

while looking through open processing i found a code which is like how i would like my code to look like.
I copied the code but now i cant find the original on open processing agian.
I am just adding this blog post to state that this isnt my own code which i am using but i have done several changes in the code

Project 2 3rd attempted

I decided to restart my project again so this is my new story board
It will start off with a screen with a line pattern like it is at the moment with the black lines
The rest will be just white
When you click and drag a line will apear where you drag
When you release the mouse a ball will apear and it will go in the direction which you relase it
And if the ball goes over one of the lines it will make a sound, a different line for each sound.

Thursday, 14 April 2011

development

After talking with Ben i have changed a bit to my program and instead of having a ball i am going to have a white line with a black square in it where the ball would be, so the white line acts in the same way as the ball but spreads across the whole screen.





I have changed some stuff from the original program which i have got. i have made it 500x500 and there is only one white ball on the screen


research

I have found a program on open processing which i am going to base my program off

http://www.openprocessing.org/visuals/?visualID=8493

What i am going to change is to only have 1 ball and the color of that ball as just white.
i also have to change the screen size to 500*500 and change a bit of the code so that it can work with the bigger screen size

New Project 2

I decided to change my project to so that i could do a program that i can understand more.

Now what happens for this one is that there is one ball bouncing around the screen at a constant speed. whenever you click on the screen a line will appear. ( there will be a maximum of about 15-20 lines abel to be on the screen).
Every time the ball goes over the line it will make a sound.
and depending on the Y point of the line the sound will be different with when Y=0 the sound will be have a higher pitch and when Y= 500 the sound will have a lower pitch

Thursday, 7 April 2011

Project 2 research

I went looking through open porcessing and i found this sletch which is what i am trying to do but on a bigger scale

Water-Surface

what i am going to try and do is to make the water ripples bigger when the screen size becomes 500x500pixcels