• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back

Set

Scores a value to the variable..

Change

Changes the value of the variable.

Show

Shows the sprite.

Hide

Hides the sprite.

Get

Reports/obtains/gets the value of the variable.

Move

Makes the sprite move across the stage.

Move opposite

Makes the sprite move in the opposite way.

Point Right

Makes the sprite point to the right.

Point Left

Makes the sprite point to the left.

Next Costume

Changes the sprite's costume to the next one on the costume list.

Costume Number

The number next to the costume in the list.

Logical Operations

The AND/OR/NOT operators can be used to combine Boolean expressions.

Forever

A loop that will never end.

Forever If

A loop that will continue while the statement is true.

Repeat

A loop that will repeat itself a certain amount of times

If Block

If the statement is true, the code in the block is executed.

If Else

If the statement is true, the first block is executed; otherwise, the else block is executed.

Control

Blocks that control scripts of the sprite.

Sound

Blocks that controls the sound that the sprite might make or play.

Sensing

Blocks that helps the sprite detect things.

Pen

Blocks that controls how the sprite uses the pen.

Operators

Blocks that controls math operations and string handling.

Motion

Blocks are used to control a sprite's movement.

Variables

Blocks that are used to hold value and strings in variable, as well as display them using monitors.

Looks

Blocks that controls the sprites appearance.