Scratch 7B IT 1.

Slides:



Advertisements
Similar presentations
My Internet Safety Guide I have used scratch to program a guide to internet safety using QR codes.
Advertisements

Scratch for Storytelling Dr. Ben Schafer Department of Computer Science University of Northern Iowa.
Flappy bird guide for Scratch
How to make an educational Snakes and Ladders game in Scratch
Creating a Basic Pacman game
Session 5 of 10 Review + Multiple Sprites
Racing Car Game Using the keys to control a sprite.
Lesson 1: Setting up a 2d game 9.5 Lesson Slides.
Scratch Workshop Thursday, August 26, 2010.
LO: Learn how to develop your game further to include interactions with the device.
Children have previously written a plan for an adventure story with a characters they have created themselves. This has been done using a story hill.
Creating pong in scratch Learning objectives: To learn how to program Sensing via colour and sprite proximity O:\ICT\ks3\scratch\scratch Exercises\Creating.
Fish Chomp. 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.
Meet Me on Mars Lesson 7 Variables and Messages. Events and Variables 1. Click the _________ button 2. When ________ clicked, set ______ to ____ 3. Now,
Section 3 Calculations National 4/5 Scratch Course.
Scratch – Simple Programming
Section 2 Variables National 4/5 Scratch Course. What you should know after this lesson What a variable is Where variables are stored How to get data.
Scratch Programming Lesson 2 First glance to programming logic.
Play Road Game to understand the game Click on each sprite to understand its script Think about a different place that a sprite would have to get across.
Scratch Programming Lesson 4 Question asking and answering.
Section 1 Introduction National 4/5 Scratch Course.
Geometry. 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 are.
Fish Chomp. 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.
Image #1 Getting Started
1 Use different costumes in Scratch to make an animation effect Synchronise interaction between 2 or more sprites Lesson 3: Learning Objectives.
Intro CS – Screens and Variables Lesson Plan 9. Goals  Using sprites as full screens (Start screen, Game over)  Using layering to control ordering of.
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.
Scratch Part 3 – Creating a level. What you will be doing.  You will make the first level to your game.  You need to think about the following when.
Programming a Shooter Game Design.
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.
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
CoderDojo Sligo "Above all, be cool" Code and notes by Michael Madden, 2012.
Computer Programming Modeling a Passive Solar Home.
Phase 3: Game Creation. Phase 3: Game Creation Outcomes (Slide 1) I can create a flowchart to solve a problem, for example to make a cup of tea. I can.
LEARNING SCRATCH: PRESENTATION 4 PRESENTATION 1: GETTING STARTED 1 Broadcast Messages Today, we'll learn how to get our sprites to act together, and build.
Scratch Programming Cards
Scratch Helicopter Game
Movement Game Design (Scratch).
Customise & Explain your game
Commands in Scratch.mit.edu
Intro CS – Screens and Variables
Broadcasting (Adding a new level)
Games Programming in Scratch
Scratch for Interactivity
Games Programming in Scratch
Scratch 7B IT1.
Randomising the behaviour of Sprites
Scratch – Simple Programming
Intro to Programming with Scratch
Games Programming in Scratch
Today's Ninja Challenge: Make Better GhostBuster Game
Scratch – Simple Programming
Scratch Programming Intro
Explain what touch develop is to your students:
Getting Started with Scratch
The environmental issues in ICT
Areas of the SCRATCH 2 Screen
Maze Race. Maze Race Race The first thing you need to do is change the background so click on stage. Then click on background. Now click paint Select.
Lesson Objectives To understand how to make sprites interact
Explain what touch develop is to your students:
Explain what touch develop is to your students:
Code to Enhance Learning
Image #1 Getting Started
Game Over Module 4 Lesson 2.
Getting Started with Scratch
Game development using Scratch
Explain what touch develop is to your students:
Scratch 7B IT1.
Scratch 7B IT 1.
Scratch – Simple Programming
Presentation transcript:

Scratch 7B IT 1

Learning Outcomes LO1: Apply variables to pacman games. LO2: Create a second sprite that harms pacman, using sequence and selection. LO3:Create a second level for maze game by using broadcast in scratch.

Starter Open your print screen from last lesson, describe the different parts in full sentence. It will be similar to the one above but make sure you use your own words and describe your own scrip so far.

So far…

Operators If your main sprite loses all its lives you want it to go back to the start, end the game and give the player a message

Adding another sprite to effect lives Create an enemy sprite and then your new sprite needs instructions to move You then want to program your original sprite (your main character) to lose lives if it touches the new enemy sprite

Adding Multiple Levels Make sure the “Stage” is selected. Click the “Backgrounds” Tab. Change the name to Level1 and click Copy to create 2 levels. Click edit on level 2 to enhance the difficulty

Creating your broadcasts to allow you to change levels You need to insert this block at the start of you script. When it ask you to name it call it Level 1. This means that your level 1 background will be set on starting the game. You then need to create a new IF statement that has a broadcast. So that IF the character is touching the end square in level one it changed to level 2.

After creating your broadcasts in your main characters’ script you need to: Click on your stage. You are now going to create a script for the stage. These scripts tell the program to change levels when the receive the correct broadcast.

Peer Assessment Test each others games, give verbal feedback

Plenary Describe this script in full to a partner. THINK…PAIR…SHARE