0% found this document useful (0 votes)
57 views

Scratch JR Session 2

The document provides instructions for programming a sprite named Toc to stroll back and forth in a park setting using the Scratch programming environment. It describes selecting the park background and Toc sprite, using the grid for movement, and writing code using move, repeat, and other blocks to make Toc move left and right repeatedly.

Uploaded by

hemakumarm
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)
57 views

Scratch JR Session 2

The document provides instructions for programming a sprite named Toc to stroll back and forth in a park setting using the Scratch programming environment. It describes selecting the park background and Toc sprite, using the grid for movement, and writing code using move, repeat, and other blocks to make Toc move left and right repeatedly.

Uploaded by

hemakumarm
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/ 7

Adding Backdrops

A Stroll in the Park

Let's program Toc to stroll in the park.

WHAT YOU'LL LEARN


Grid
Repeat code with Repeat
blocks
Get Ready

Select the Park background.

Add a sprite

Click on the + sign to add a sprite.


Select the Toc sprite from the sprite list.

Grid View

Click on the grid icon to see the grid on the


stage.

The grid icon helps you to move the sprites by the


mentioned number of blocks.
ADD YOUR CODE

Moves Toc to the Moves Toc to the


Repeats the
right by 16 steps left by 16 steps
block inside 3
times.

Tip: Tap the number in the move right block and change the
number. Also do the same for move left and repeat blocks.

RUN IT!!

Click on the green flag to make Toc move on the stage

WELL DONE!!

You might also like