Class 02

Class 02: Revise my self-portrait and create new things

Objective

  • Build relationship

  • Create something new

What I learn

  • I learned how to create variables and how to use random and rotate.

  • Learn to make mistakes and explore.

Variables with random colors

Try to explore the variables with the random function.

Try rotating with random colors

Rotation with random colors

angle = angle + 5; RectX = RectX + 1;

Try rotation : angle = angle + 5; RectX = RectX + 1;

Mouse X and Mouse Y

if (mouseIsPressed)

Back to ICM main page

Previous
Previous

Class 01

Next
Next

Class 03