3.4 Reactions
IF-ELSE allows code to branch, providing two outcomes
DIRECTIONS: Green Flag to start, move mouse over sprites to change sprite.
Code can branch down different paths:
If a condition is True,
one set of commands are processed,
If condition is Not True,
a different set of commands are processed.
Use this code frame for each sprite.
Reaction Ideas:
boolean(n): TRUE or FALSE, represented in binary as 1 or 0
condition (n): evaluates to TRUE or FALSE
conditional (n): a statement that only runs under certain conditions or situations