Week 03
Animation, Variables, Interaction
1. Variable
number
var s = 90; string
var name = "don"object
var circle = {
radius: 13,
x: 60,
y: 100
};
circle.radius
circle.x
circle.yarray
2. Let and Variable
3. console.log()

4. Animation
What is animation? Either something that moves by the intention of the user or something that moves automatically for the better interaction in functionality and emotions.
random()
mouseX, mouseY
map()
mousePressed()
5. Assignment
Make any project that interacts with the user.
Submit here: https://goo.gl/forms/zlr9n5bNbT0iPTyJ2
Always submit link as an editor view from now on.

Last updated