ICM week 4
Assignment week #4
1. Code this design using a loop. If you need to, review your code from Week 1’s Exercises and look for a pattern that you can code with a loop instead
Using my first exercise as a reference and some of the loops samples I was able to make the circle. It took a few trial and errors to define the stroke.
2 Code this design using a loop. If you need to, write code for each individual line first, and then, look for a pattern to write the code for your loop. All the lines should move with the mouse
3 Create 20 columns that turn red when you hover over them.
Making the columns was easy, Initially I just made multiple lines with a loop, it would have been easier to make a rectangle from the very beginning. I got help from the Coding Lab (Thank you David!) and it make more sense.