Plenary Glossary and Keywords Green Flag The green

  • Slides: 19
Download presentation
Plenary – Glossary and Keywords

Plenary – Glossary and Keywords

Green Flag The green flag in Scratch allows you to start a program. You

Green Flag The green flag in Scratch allows you to start a program. You have to use the script above for it to work. Blocks that contain this script all work when the user clicks on the green flag.

Stop Button The stop button simply stops the whole program.

Stop Button The stop button simply stops the whole program.

Sprite A sprite is an image in the scratch program. You can draw them

Sprite A sprite is an image in the scratch program. You can draw them yourself or you can download one from the library. You can move sprites around the screen

Costume Every sprite can have many costumes. These can make it look like it

Costume Every sprite can have many costumes. These can make it look like it is moving.

Stage The stage is the main white background. The sprites move around the stage.

Stage The stage is the main white background. The sprites move around the stage. You can add backdrops to the stage.

X and Y The stage has a Y axis (vertical) and a X axis

X and Y The stage has a Y axis (vertical) and a X axis (horizontal). You can use the numbers here to move sprites around.

Script The scripts are the lines of code that make up the program. They

Script The scripts are the lines of code that make up the program. They are simple sections that can be snapped together.

Blocks The blocks are many scripts that have been put together. You can make

Blocks The blocks are many scripts that have been put together. You can make many blocks on a single sprite.

Glide The glide motion script allows the sprite to move via the X and

Glide The glide motion script allows the sprite to move via the X and Y axis. Just type in the numbers.

Motion The blue menu contains all of the scripts that are to do with

Motion The blue menu contains all of the scripts that are to do with motion. Move the sprite by steps, go to X and Y coordinates and turn the sprite around.

Control The control menu contains all of the looping scripts. It also contains all

Control The control menu contains all of the looping scripts. It also contains all of the conditional scripts. It also has the wait script, the stop all script and the wait unit script.

Loop A loop allows you to do an action over and over again. Computers

Loop A loop allows you to do an action over and over again. Computers are very good at doing the same task over and over again.

Forever The forever script will do everything that is inside it over and over

Forever The forever script will do everything that is inside it over and over again. It will never stop. It can be used to check something over and over.

Repeat Notice that everything here in the repeat block repeats 4 times. The repeat

Repeat Notice that everything here in the repeat block repeats 4 times. The repeat block repeats and repeats.

Pen The pen menu has everything to do with the pen, you can change

Pen The pen menu has everything to do with the pen, you can change the colour, the size, whether it is up or down, how to clear it.

Pen Tool When you put the pen down, you can then make shapes on

Pen Tool When you put the pen down, you can then make shapes on the stage.

Sound There are many different sound blocks you can add. Play notes, change the

Sound There are many different sound blocks you can add. Play notes, change the volume, the tempo, the drum styles and add in special effects. They can be added to any blocks

Record You can record and add in new sounds to scratch. You can use

Record You can record and add in new sounds to scratch. You can use a microphone to save your own sound file.