0% found this document useful (0 votes)
30 views3 pages

Block Descriptions: Start On Green Flag Start On Tap

This document describes blocks that control the behavior and appearance of characters in a Scratch project. It explains blocks for starting and stopping scripts, moving characters, changing their appearance, playing sounds, and controlling loops and timing. The blocks cover functions like starting scripts, moving characters, changing size, hiding/showing, saying and playing sounds, waiting, repeating loops, and changing pages.

Uploaded by

hokkuyop
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views3 pages

Block Descriptions: Start On Green Flag Start On Tap

This document describes blocks that control the behavior and appearance of characters in a Scratch project. It explains blocks for starting and stopping scripts, moving characters, changing their appearance, playing sounds, and controlling loops and timing. The blocks cover functions like starting scripts, moving characters, changing size, hiding/showing, saying and playing sounds, waiting, repeating loops, and changing pages.

Uploaded by

hokkuyop
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Block Descriptions

Start on Green Flag Start on Tap

Starts the script when the Green Flag Starts the script when you tap on the
is tapped. character.

Start on Bump Start on Message

Starts the script when the character is Starts the script whenever a message
touched by another character. of the specified color is sent.

Send Message

Sends a message of the specified


color.

Move Right Move Left

Moves the character a specified Moves the character a specified


number of grid squares to the right. number of grid squares to the left.

Move Up Move Down

Moves the character a specified Moves the character a specified


number of grid squares up. number of grid squares down.

Turn Right Turn Left

Rotates the character clockwise a Rotates the character


specified amount. Turn 12 for a full counterclockwise a specified amount.
rotation. Turn 12 for a full rotation.

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Block Descriptions

Hop Go Home

Moves the character up a specified Resets the characters location to its


number of grid squares and then starting position. (To set a new
down again. starting position, drag the character to
the location.)

Say Grow

Shows a specified message in a Increases the character's size.


speech bubble above the character.

Shrink Reset Size

Decreases the character's size. Returns the character to its default


size.

Hide Show

Fades out the character until it is Fades in the character until it is fully
invisible. visible.

Pop Play Recorded Sound

Plays a "Pop" Sound Plays a sound recorded by the user.

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Block Descriptions

Wait Stop

Pauses the script for a specified Stops all the characters' scripts.
amount of time (in tenths of seconds).

Set Speed Repeat

Changes the rate at which certain Runs the blocks inside a


blocks are run. specified number of times.

End Repeat Forever

Indicates the end of the script (but Runs the script over and over.
does not affect the script in any way).

Go to Page

Changes to the specified page of the


project.

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

You might also like