the rate at which frames in an animation are shown, typically measured in frames per second
Back
animation
Front
a series of images that create the illusion of motion by being shown rapidly one after the other
Back
else-statement
Front
2nd conditional statement which is attached to an if-statement, and executed if the if-statement is FALSE
Back
boolean expression
Front
in programming, an expression that evaluates to True or False.
Back
frame
Front
a single image with an animation
Back
boolean
Front
a single value either TRUE or FALSE
Back
comparison operator
Front
used to compare values, variables, or sprite.properties in a boolean expression
Back
counter pattern
Front
a line of code where you add or subtract a value from a variable or sprite.property in order to increase or decrease it
Back
if-statement
Front
The common programming structure that implements "conditional statements" executing certain code only if a specific condition or Boolean expression is TRUE