Hattie Times Website
Entry #3 (3/15):
Today, I was attempting to solve the problem of my code sketch alone, but to no avail. I was trying to get the box in my code sketch to randomly change a color whenever I pressed that white box on my screen, but I was only able to change the color once. This was because my code had determined that the color would change as my x and y coordinates of my clicks changed enough, but since there was too little variance between my clicks, there was no change in color. Working with Molly, I was able to restructure my code so that the value of the rgb colors (red, green, and blue) did not rely upon the x/y coordinate points. Now, one can click the white box and watch as the color box changes as much as they desire.