Conditionals
Learning Processing Session #5
These video lessons accompany Chapter 5 (Conditionals) from the Learning Processing textbook.
- #5.1
Boolean Expressions
18 Jul 2015This video covers the very basics of a conditional statement and a boolean expression.
- #5.2
If, Else If, Else
18 Jul 2015This video covers how a conditional statement works in Processing with “if”, “else if “ and “else”
- #5.3
Logical Operators: AND, OR
18 Jul 2015This video covers logical operators: && (logical AND) and II (logical OR) in the context of boolean expressions and conditional statements.
- #5.4
Boolean Variables
18 Jul 2015This video covers having a variable of type boolean as it relates to conditional statements.
- #5.5
The Bouncing Ball
18 Jul 2015This video demonstrates how to bounce a circle off of the edges of a window using conditional statements.