Section 1

Preview this deck

frame rate

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 14, 2020

Cards (9)

Section 1

(9 cards)

frame rate

Front

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

Back