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.