Lesson 17: Mouse Input
Overview
Question of the Day: What are more ways that the computer can react to user input?
In this lesson, you will expand on what you have learned about if statements and explore if-else statements as well as learn about how to use the mouse to get input from your user that you can use in your conditional statements.
Vocabulary
- Conditionals - Statements that only run when certain conditions are true.
Introduced Code
Resources
- If/Else Statements - Video (Download)