Thursday, 27 September 2012

Project Three: Pseudocode


Initial Screen()
{


No movement.
A grid of circles is visible in random bright colours.


}



Mouse Hold And Drag()
{


Hold down on a circle
Drag mouse in any direction while still holding down.
That point of the circle is altered.
The circle shape is now different and had been changed.





Mouse Click/Hover ()

{

Mouse hover on a circle.
Mouse hover on a second circle.
The two circles blend together and become the same colour.


}



Mouse Press()

{

Click anywhere on the screen and a new circle is added in a random bright colour.


}



Mouse Hold And SHake()
{

Hold and shake the mouse.
Circles move around the screen and bump into each other.
Stop holding and shaking.
Circles stop moving and freeze in new position.


}



No comments:

Post a Comment