Thursday, 5 May 2011

Project 3 - Further Idea Development

Based on blowing up a balloon, another idea could be:

If ( balloonDiameter < 20 ) {
balloonDiameter++;
}
Else {
balloon.pop();
}

or something like this?

No comments:

Post a Comment