Letters Fun - Week 5
As I started to work with the letters of my name in other class' projects, I wanted to explore the array function using letters that are displayed on the screen by mousePressed function. I started with one box that allows to display one letter at the time, I also use the random size and color function so each letters is different each time I click.
In the second sketch I wanted to have 9 boxes, one for each letter, and the array containing the letters of my name. Each letter has a random size and color and the idea is to place each one in a box when it reaches the last box (9th box) the background change and the array starts again. For this I used the loop function.