-
Notifications
You must be signed in to change notification settings - Fork 6
HW Week 4.1
ISmckay edited this page Sep 19, 2016
·
21 revisions
This is due by class on Wednesday (9/21).
-
Create a sketch that includes (all of these):
- One element controlled by the mouse.
- One element that changes over time, independently of the mouse.
- One element that is different every time you run the sketch.
-
READ AND WATCH (Optional):
- These are not required, just watch if you find them helpful!
- Variation basics: setup, draw, events, mouseX, mouseY
- Create your own variables
- Objects in JS
- random() function
- map() function
(Press the edit button to the top-right of this window. Press save page below this window when done)
- Michael Musick - Blog Entry - Sketch
- Haley Tatalovich - Blog Entry - Sketch
- Kayla Robertson - Blog Entry - Sketch
- Ian McKay - Blog Entry - Sketch