ICM Entry#2
- Ibrahim Hashmat
- Sep 18, 2020
- 1 min read
I named my sketch last week 'movement', because that was my key take away from the lecture.

Keeping with the theme of adding movement I wanted to make the objects in my sketch move. I started with making the background color change corresponding to the users mouse position. To do that I mapped myRed and myGreen variables to the X axis and Y axis. I decided to keep the blue value at zero because it made the sketch very dark.

Afterwards I wanted to move the purple circle along the X axis, following the mouse. So by doing this both the circle and background would change when they follow the mouse in the window.

I came across some hiccups during this assignment, initially I wanted to have everything move randomly but I couldn't figure out the logic so I decided to have them rotate. So the rectangles rotate while stacked on top of each other. I couldn't rotate the triangle which was a bummer.

Recent Posts
See AllThe prompt for this week felt very open ended (more so than usual) and I felt like I should try something completely different to what we...
Comments