100% found this document useful (1 vote)
107 views

Drawing Microbit Scratch Cards

1. The document describes how to make and use pen cards with code blocks for drawing, effects, random movement and voting using the micro:bit and Scratch. 2. It provides instructions to fold a card, glue the backs, cut along the dashed line, and use the cards to code pen movements and properties as well as counting votes. 3. Examples are given for coding back and forth movement, drawing lines, changing pen colors and sizes, random drawing, and increasing variable values to count votes.

Uploaded by

Jai Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
107 views

Drawing Microbit Scratch Cards

1. The document describes how to make and use pen cards with code blocks for drawing, effects, random movement and voting using the micro:bit and Scratch. 2. It provides instructions to fold a card, glue the backs, cut along the dashed line, and use the cards to code pen movements and properties as well as counting votes. 3. Examples are given for coding back and forth movement, drawing lines, changing pen colors and sizes, random drawing, and increasing variable values to count votes.

Uploaded by

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

1. Fold the card 2. Glue the backs 3.

Cut along the


Make a Card in half together dashed line

Pen Cards Pen Cards


Use these cards in this order:

1. Back and Forth


2. Draw a Line
3. Special Effects
4. Random Drawing
5. Voting Machine
6. Stamp and Record

microbit.org/scratch microbit.org/scratch

Inspired by Scratch Cards created by Natalie Rusk scratch.mit.edu/cards


1. Fold the card 2. Glue the backs 3. Cut along the
Make a Card in half together dashed line

Back and Forth Back and Forth


microbit.org/scratch

GET READY
Use the A and B buttons to
Add a sprite and a
move your sprite. background.

ADD THIS CODE

TRY IT

Press the A and B buttons to move your sprite.

CHALLENGE: Can you make your sprite move up


and down instead of left and right?
microbit.org/scratch 1

Inspired by Scratch Cards created by Natalie Rusk scratch.mit.edu/cards


1. Fold the card 2. Glue the backs 3. Cut along the
Make a Card in half together dashed line

Draw a Line Draw a Line


microbit.org/scratch

GET READY
Draw a line with your sprite as it
moves.

Connect the Pen extension.

ADD THIS CODE

Make your pen


show up on the
screen.

TRY IT
Press the A and B buttons to move your sprite.
Does it draw a line?

CHALLENGE: Can you add a RESET block to


microbit.org/scratch 2 erase the line?

Inspired by Scratch Cards created by Natalie Rusk scratch.mit.edu/cards


1. Fold the card 2. Glue the backs 3. Cut along the
Make a Card in half together dashed line

Special Effects Special Effects


microbit.org/scratch

GET READY
Change the color and size of
your pen.

Activate the
pen.

ADD THIS CODE

TRY IT

Press the A and B buttons to change


the pen.

CHALLENGE: Can you add code to


make the pen go back to its original
settings?
microbit.org/scratch 3

Inspired by Scratch Cards created by Natalie Rusk scratch.mit.edu/cards


1. Fold the card 2. Glue the backs 3. Cut along the
Make a Card in half together dashed line

Random Drawing Random Drawing


microbit.org/scratch

GET READY
Make your sprite draw as it moves
randomly around the stage.

Activate the
pen.

ADD THIS CODE

Let Scratch
decide where
the sprite will
move.

TRY IT

Put it all together. Add the A and B buttons


to change the effects.

Can you make your sprite draw?

microbit.org/scratch 4

Inspired by Scratch Cards created by Natalie Rusk scratch.mit.edu/cards


1. Fold the card 2. Glue the backs 3. Cut along the
Make a Card in half together dashed line

Voting Machine Voting Machine


microbit.org/scratch

GET READY
Use your micro:bit to count
responses.

Choose in the Make 2 variables and check the boxes


Blocks Palette. to make them appear on the screen.

ADD THIS CODE

Variables will increase with each button press.

TRY IT
Change the variables by clicking the A
A B button or B button. What do you notice
on your micro:bit?

CHALLENGE: Can you add a RESET


script to change the numbers back to zero?
microbit.org/scratch 5

Inspired by Scratch Cards created by Natalie Rusk scratch.mit.edu/cards


1. Fold the card 2. Glue the backs 3. Cut along the
Make a Card in half together dashed line

Stamp and Record Stamp and Record


microbit.org/scratch

GET READY
Use the stamp function to add
sprites as the voting machine
advances. Choose in the Make 2 variables and check the boxes
Blocks to make them appear on the screen.
Palette.

ADD THIS CODE

TRY IT

Add a RESET code and then try it out! Do


stamped sprites appear?

microbit.org/scratch 6

Inspired by Scratch Cards created by Natalie Rusk scratch.mit.edu/cards

You might also like