The Name of our new principal
Ms. Winters
Boolean Expression
in programming, an expression that evaluates to True or False.
Give an example of how text can enhance animation, games, movies, and other entertainment.
Movie Credits, Comics, subtitles for hearing impaired, etc.
drawSprites()
display a group of sprites
Increase the Value of the X.
Sprite/Object moves further right
What does the acronym S.T.A.R.K. mean
Scholars
Triumph
And
Rise Up
Knowing More
Condition
Something a program checks to see whether it is true before deciding to take an action.
Example of If/Then
if situation
then action
keyDown()
-Checks if the key specified is pressed.
Increase the value of the Y
The sprite/character moves further down
Finish this line from Mr. Johnson
"The balls are____________"
Grounded
Conditionals
-Statements that only run when certain conditions are true.
Example of If/Else
If situation is true
then action
or
Other action
mouseDidMove()
Checks to see if mouse did move
Decrease the X Value
Sprite will move closer left
In a lesson earlier this semester
Mr. Johnson used a game staring this famous
"Super" video game star
Mario
Sprite
a character on the screen with properties that describe its location, movement, and look.
Device you can use to interface with computer
Keyboard
Mouse
Joystick
Sprite.visible
-The visibility of the sprite, true or false.
The sprite will move further up
What is our daily bellwork
Adaptive keyboarding.
Abstraction
a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.
This code can be used on objects to animate them
Draw Loop
sprite.isTouching()
Checks if the sprite is touching the target sprite or any sprite in the target group.
If you throw a ball in class
Someone could get hurt
Something could get broken