Wednesday, 24 February 2010

Topic 6. Multiple Objects


Create a series of sketches which demonstrate different uses'reusability' in your code: in other words the ability to createmultiple objects or multiple behaviours. You may wish to use ideas in some of your previous sketches to create multiple drawings or multiple objects which react to the mouse, for example.
Use functions and classes
.................................................................................................................................

* using formula





                                       




* reactive eyes and face 



move the mouse and stop it at any position you want. that will shows a different "EYES looks"







Sunday, 14 February 2010

Topic 5. Random Images

I will use the random ( ) function as the main source of graphical production. Explore uses of the


random function to generate random graphics, letterforms etc. Also I will think about the different

elements that could be randomised (location, size, colour, 'speed' etc.)

Use random ( ), constrain ( ).
.......................................................................................................
 
* moves Balls by function
 





more examples about drawing using function








more examples on object move toward the mouse 




the huge ball move toward the mouse and the smaller balls also move awars the moouse but opposit to the huge yellow ball.










Thursday, 4 February 2010

Topic 4. Keyboard Interactions

This week Iam going to create a series of sketches which explore the use of keyboard as the main source of


interaction. Think about how I could use the keys to create or modify graphics on the

screen. Use if statements to create different effects when each key is pressed. Advanced

pieces may consider creating and using a custom typeface.

Use: Keypressed (), KeyCode ().
 
Also I will use the random ( ) function as the main source of graphical production. Explore uses of the


random function to generate random graphics, letterforms etc. I will think about the different

elements that could be randomised (location, size, colour, 'speed' etc) .

* random ellipse



* Random ellipse and rect shapes



* Random color screen






when you move the mouse to other place the color of the text will change







more examples of drawing by using keycode






when you press any key the text will appear , oi used message function to do that.