Thursday, 5 May 2011

Description of the If/Else


         If
  • Allows the program to make a decision about which code to execute. If the test evaluates to true, the statements enclosed within the block are executed and if the test evaluates to false the statements are not executed.

        Else
  • Extends the if() structure allowing the program to choose between two or more block of code. It specifies a block of code to execute when the expression in if() is false.

Start of Project 3

My term that I have chosen to do is If/else. My original idea that I had in my head was to create a chain reaction which would trigger and start the chain reaction if somebody was to push,pull,twist or touch the beginning of the chain reaction. I would explain that this is like an if/else statement, If somebody starts the chain reaction it is moving / else it is not. I haven't got my metaphor together yet. 

Monday, 2 May 2011

Link to final

This is the link to my Final Transformation program


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

feedback after presentation

After my presentation on the last day I got feedback from my fellow class mates.

Some of the feedback I got was:


"You should make it so that you can catch the balls when they are bouncing"

"I really like the image that it creates and how it transforms constantly as the program runs"

"Maybe you should make it more simpler. Only use one sound so it doesn't complicate things"

The feedback that I got is very useful and I hope to incorporate all the things that were said during the holidays