I have used Scratch, to program a guide to internet safety. This is done by using QR codes to make it more interactive and interesting for people playing.

Slides:



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

Michael Parkes Dudley LA What can Scratch do? Make simple games, animations, presentations and stories.
Flappy bird guide for Scratch
Creating Interactive Games Your trainer today is: Luke Milner Derbyshire County Council Children and Younger Adults Department.
Games and Simulations O-O Programming in Java The Walker School
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
This game is loosely based on the Whack-A- Mole arcade game.  Each game starts with 45 seconds of play.  Moles randomly pop out of holes on the landscape.
Mrs. Chapman. Tabs (Block Categories) Commands Available to use Script Area where you type your code Sprite Stage All sprites in this project.
Scratch Programming Session 9 of 10 Review elements to use in stories, games, etc.
Session 5 of 10 Review + Multiple Sprites
An intro to programming concepts with Scratch Session 7 of 10 sessions Working with sounds and sprite communication.
Game Programming Using Scratch. Scratch Scratch is an IDE (Integrated Development Environment) that allows users to create and run simple graphics/games.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech June 2011.
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.
Extending the Pong Example Barb Ericson Georgia Tech June 2011.
Scratch Understanding some programming techniques using Scratch Resetting, Parallelism and Events.
Scratch Workshop Thursday, August 26, 2010.
Making a Flappy Birds Game A INTRODUCTION TO MAKING A FLAPPY BIRDS TYPE GAME.
Mr. Wortzman. Tabs (Block Categories) Available Blocks Script Area Sprite Stage All sprites in this project.
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.
By Yukyong Chung.  Given the terms of computational concepts, the students will be able to state examples matching the Scratch blocks.  The students.
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.
Programming & Scratch. Programming Learning to program is ultimately about learning to think logically and to approach problems methodically. The building.
The ultimate quiz. Objective Can I improve my quiz program by adding some new features? How do I change the look of my form? How do I link my code to.
Starter show scratch  The talking snowman. SCRATCH By Mr Singh.
I put this into my scratch so that when the green flag was clicked to start the game, and wait an amount of seconds before the QR changes.
L.O. To understand programming code, to navigate and add objects into Kodu. Start Menu  Primary Applications  ICT  Kodu.
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.
Scratch pong challenge Pong is a classic 1970s video game  Open the pongv1.sb2 file in Scratch  Click the.
Introduction to Scratch. What is Scratch? Scratch is a control program that enables you to create your own interactive stories, animations, games, music,
Image #1 Getting Started
Variables and Random Numbers Computer App Session 4.
E-Safety Quiz Are you cybersafe?.
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.
Games Programming in Scratch
Algorithms in Scratch How to plan your code. Algorithms Algorithms provide computers with a set of instructions or a set of rules. They are written BEFORE.
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
Functional Skills Code Breaking LO: Use logic and frequency analysis to read and write in code.
Programming a Shooter Game Design.
Get Going On ….. Load the word file ‘Glossary’ and complete it. You will have homework today.
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.
Adding Sounds Games Programming in Scratch. Games Programming in Scratch L6 Adding Sounds Learning Objectives Learn how to add sound to a Scratch game.
Lives and Scoring Games Programming in Scratch. Games Programming in Scratch L2 Lives and Scoring Learning Objectives Define a variable Understand the.
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
Scratch Part 2 – Character Commands. What does a command do?  Commands in programming allow an object whatever it is to do something. In the case of.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech.
Changing Backgrounds 3 methods of achieving this.
Introduction to Scratch We will be using the Scratch Environment today, so please log in to the Scratch website (scratch.mit.edu)
Scratch Programming Cards
Customise & Explain your game
Programming & Scratch.
Games Programming in Scratch
Scratch 7B IT1.
Scratch Unit Overview We are going to look at computer programming and how to create your very own computer game The piece of software we will be using.
Spanish Mad libs with Scratch
Exploring Computer Science Lesson 4-14
Randomising the behaviour of Sprites
Intro to Programming with Scratch
Games Programming in Scratch
Exploring Computer Science Lesson 4-14
Scratch – Simple Programming
Areas of the SCRATCH 2 Screen
LO: Use logic and frequency analysis to read and write in code.
Lesson Objectives To understand how to make sprites interact
Code to Enhance Learning
Image #1 Getting Started
Game Over Module 4 Lesson 2.
Exploring Computer Science Lesson 4-14
Explain what touch develop is to your students:
Scratch 7B IT 1.
Presentation transcript:

I have used Scratch, to program a guide to internet safety. This is done by using QR codes to make it more interactive and interesting for people playing it. Coding for my game

Sequences When the green flag on my game is clicked this activates all the programing and the game will play, this is the beginning of the sequence of all the coding. A sequence is a series of steps that go in logical order. Then the character explains what do and what it’s all about, this type of coding can be used to say messages on the game.

Threads I used threads so that all my QR codes would hide at the same time. A thread is where multiple Scripts start at the same time.

Coordination and synchronization When you make things happen at the correct time by sending a message. I used a message so that I could make my phone appear after my character finished speaking.

Variables Then add coding to control what you want it to do. You first make the variable. Something that can change. They can change when tings happen, it can also keep score. I have not used any variables in my game’s coding.