Tuesday, 5 April 2011

Further Developments

After another chat with Ben, Ive thought about the following things

-Adding color: I want some neutral colors for the balls, maybe blue or something similar. I don't want to use random number generator for each color as it would look awful. I'm thinking along the lines of connecting the color choice to either the changeY variable or the changeX variable. Maybe not the changeY as that changes over time.

-Adding sound: When the balls bounce on the bottom of the screen I want a generated sound to occur. Having the same sound each time could get boring and repetitive, not to mention that if there are lots of balls bouncing at the same time it would sound bad. Ben suggested maybe looking at connecting the pitch to the velocity that the balls is travelling at that time. I shall look into this more.

No comments:

Post a Comment