Pen Cards Pen Cards Back and Forth Draw a Line Special Effects

Slides:



Advertisements
Similar presentations
A Christmas Scratch game
Advertisements

CATCH SCRATCH! Programming from Scratch. Remember Scratch?
Spiral Rider PAGE 1. Set Up Scene 1.Add Stage-underwater scene 2.Add crab sprite 3.Add two fish sprites PAGE 2.
How to make a Shooting Target game in Scratch!. WE ARE GOING TO MAKE A TARGET GAME. This game will have: A Target that will move when clicked. A Timer.
Image #1 Getting Started
Computer Programming Modeling a Passive Solar Home.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
Using MIT Scratch for Programming and Control Programming 9.
Functions / Blocks.
Review for Final June 13, 2016.
Scratch Helicopter Game
Create a Halloween Computer Game in Scratch
Commands in Scratch.mit.edu
Module 2: Investigation 3
Starter Activity Instructions: Complete the starter sheet Planner
Understanding the Geometric Shape Code
Module 1: Investigation 4 Defining your own Pattern Blocks
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Scratch Programming Intro
Stopwatch Cards Stopwatch Cards
Music Cards Music Cards
Music Cards Music Cards
Music Cards Music Cards
Dance Cards Dance Cards
Music Cards Music Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Areas of the SCRATCH 2 Screen
Music Cards Music Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Music Cards Music Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Dance Cards Dance Cards
Stopwatch Cards Stopwatch Cards
Music Cards Music Cards
Dance Cards Dance Cards
BBC Microbit.
Stopwatch Cards Stopwatch Cards
MICCA SCRATCH Workshop
Image #1 Getting Started
Game Over Module 4 Lesson 2.
Introduction to Snap Programming
Music Cards Music Cards
Dance Cards Dance Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
BBC Microbit.
Getting Started with Scratch
Music Cards Music Cards
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Creating a Simple Game in Scratch
Music Cards Music Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Music Cards Music Cards
Stopwatch Cards Stopwatch Cards
Lesson 1 – using the LED lights
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Dance Cards Dance Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
2 Making Blocks.
Catch Game Cards Catch Game Cards Make a Card Go to the Top Fall Down
Stopwatch Cards Stopwatch Cards
Music Cards Music Cards
“A Day in the Life” CTE Enrichment Grades 3-5 Computer Science Unit
Dance Cards Dance Cards
Presentation transcript:

Pen Cards Pen Cards Back and Forth Draw a Line Special Effects Random Drawing Voting Machine Stamp and Record

Use the A and B buttons to move your sprite. Back and Forth Back and Forth GET READY Use the A and B buttons to move your sprite. Add a sprite and a 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? 1

Draw a line with your sprite as it moves. 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 erase the line? 2

Change the color and size of your pen. Special Effects Special Effects 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? 3

Make your sprite draw as it moves randomly around the stage. Random Drawing Random Drawing 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? 4

Use your micro:bit to count responses. Voting Machine Voting Machine GET READY Use your micro:bit to count responses. Choose in the Blocks Palette. Make 2 variables and check the boxes to make them appear on the screen. ADD THIS CODE Variables will increase with each button press. TRY IT A B Change the variables by clicking the A 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? 5

Use the stamp function to add sprites as the voting machine advances. Stamp and Record Stamp and Record GET READY Use the stamp function to add sprites as the voting machine advances. Choose in the Blocks Palette. Make 2 variables and check the boxes to make them appear on the screen. ADD THIS CODE TRY IT Add a RESET code and then try it out! Do stamped sprites appear? 6