What can you make happen?

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

Create a Simple Game in Scratch
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
Write Your First Computer Game!. Coding: Programming Languages Just like you can speak Chinese to someone who understands Chinese to tell them what to.
Bug Session Two. Session description In this session the use of algorithms is reinforced to help pupils plan out what they will need to program on their.
Programming 101 The Common Palette Content provided by Connor Statham (6 th Grade Student) Formatting by Shannon Sieber.
Code Club Session 2 Dance Party. What will we learn ?  How to change the background  How to create animations  How to make objects talk to each other.
Introduction to Scratch!
Using Waits, Loops and Switches WAIT please!. Waits, Loops and Switches Pre-Quiz 1. In programming, what is a loop? When is a loop useful? 2. How can.
Robotics Overview of NXT-G Actuators in Mindstorms. Touch sensor Labwork: Right turn. Touch/bump. [Explore move versus Motor Move mini & motor mini. Motor*.]
What can you make happen? Acknowledging materials from Lego Education which contributed to this lesson sequence.
LEGO MINDSTORM Session 1 Setup Brick Sound Brick Status Light
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Marble Racer. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Programming 101 The Common Palette Content provided by Connor Statham (9 th Grade Student) Formatting by Shannon Sieber.
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.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Objective of the lesson Use Blockly to make a dice for Snakes and Ladders All of you will: – Make an image which displays when you press a button Most.
Using Reflector. Housekeeping… 1. Connecting your laptop and your projector a. Once the projector cable is plugged into your laptop, press fn(bottom left.
Scratch Programming Cards
How Do You Make a Program Wait?
Create a Halloween Computer Game in Scratch
Whatcha doin'? Aims: To start using Python. To understand loops.
Module 2: Investigation 3
Scratch for Interactivity
INTERMEDIATE programming LESSON: debugging Techniques: DISPLAY, LIGHT, Sound, Button Press… By Droids Robotics © 2014, Droids Robotics, v. 1.0,
Mindstorms EV3 Programming
Mindstorms EV3 Programming
Introduction To Programming with LEGO NXT 2
Unit 2 Getting Started With
Mindsensors PSP-Nx Controller Simon Game
Scratch I - Overview.
Scratch for Interactivity
Mindstorms EV3 Programming
Directions for creating a PowerPoint
Loops and Switches Pre-Quiz
Stopwatch Cards Stopwatch Cards
Module F: Presentation Understanding Robot Fundamentals
Learn… Create… Program
Exploring Computer Science Lesson 6-5
Introduction to Scratch!
Go to =>
Learn… Create… Program
BBC Microbit.
TEST RECOVERY One Key Recovery Disk Recovery.
Using the sensor Lesson 5.
Objective of the lesson
Introduction to scratch animation
Scratch for Storytelling
Stopwatch Cards Stopwatch Cards
Go to =>
10 SCRATCH bLOCKS lesson 1 10 Blocks.
Build the first 5 odd numbers – each one with different colored blocks
Stopwatch Cards Stopwatch Cards
Building a Game in Scratch
User Input Keyboard input.
Learn… Create… Program
Learn… Create… Program
Using the sensor Lesson 5.
I can control a motor and use a sensor
Stopwatch Cards Stopwatch Cards
Creating a Simple Game in Scratch
Lego MINDSTORMS EV3.
Stopwatch Cards Stopwatch Cards
Implementing Variables in Your Programs
Stopwatch Cards Stopwatch Cards
“A Day in the Life” CTE Enrichment Grades 3-5 Computer Science Unit
Presentation transcript:

What can you make happen? Acknowledging materials from Lego Education which contributed to this lesson sequence

What can you make happen? Make a sound – when you hover over the number (T showing) you can change it to make a different sound.

What can you make happen? Keep a sound repeating forever

What can you make happen? Make the sound of whichever number has been entered in the display

Can you make each of the sounds by only pressing play once? This can be used by upper key stage 2 children to introduce the idea of a variable. Display the number for the first sound. In the repeat choose to add 1 to the number on the display. This will let you play whichever note is being displayed for each repeat. It is good to add a wait to space the sounds out a bit. Children may discover the dice which lets you display a random number – see next slide.

Did you try this?

What can you make happen? Display and play a random number.

What can you make happen? or Children can see that you can choose to use a keyboard press to make something happen. Putting the sound sensor under the timer will mean the computer will wait until it hears a noise to play a sound.

What can you make happen? Display a background

What can you make happen? As per slide 5 different backgrounds can be displayed.

What will happen? Introduce tilt sensor

How could we get it to show different pictures using the tilt sensor? How many different pictures can you get it to display? Children need to see that they can change the tilt sensor icon to different angles. They can then make a program where different tilts display different pictures.

What have we discovered so far? What else can you make happen with the tilt sensor? Children need to see that they can change the tilt sensor icon to different angles. Children use all of their knowledge to see what they can create prompted by these program blocks – although they could use any of the other blocks as well.

What will make it turn? Make a simple model powered by a motor to see if the children can identify the programming blocks that will make the motor turn.

Test the program

What will happen?

What will happen?

What will make the crocodile’s jaws close? or

Can you make the crocodile crunch on the food?

Can you make the crocodile crunch on the food? How can you make the crocodile keep crunching?

Can you use the tilt sensor to make the crocodile close and then open its mouth?

Can you make the crocodile close his jaws when something is in his mouth?

Can you make the crocodile close his jaws when something is in his mouth?

What can you make happen? Imagine the possibilities!