Computer control In collaboration with:. What is…

Slides:



Advertisements
Similar presentations
Sprite-visual object (actor on the stage) Scripts- Tells actors (sprites) what to do.
Advertisements

How can we arrange a set of instructions in sequential order?
Michael Parkes Dudley LA What can Scratch do? Make simple games, animations, presentations and stories.
You can socialise with the internet by using websites such as Facebook, twitter and MySpace. The good things about this is that you can talk to your friends.
Racing Car Game Using the keys to control a sprite.
Lesson 1: Setting up a 2d game 9.5 Lesson Slides.
A Computer is a machine that… Receives inputs Processes info. Gives outputs.
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.
Every week: Sign in at the door If you are new: Fill in Registration Form Ask a Mentor how to get started Make sure you are on the Athenry Parents/Kids.
The Scratch Calculator You are all going to be real computer programmers!!!
Introduction to.
CATCH SCRATCH! Programming from Scratch. Remember Scratch?
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.
The 4 th grade Nutley TALENT cohort shares: SCRATCH.
 TO LIBRARY TO HALL . What to do… 1.Find your card and sit at that computer 2.Get out earbuds or get headphones from the rack 3.Get a piece of scratch.
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.
2015 CSE/EGR Summer Camps 1 Computer Science Concepts 1. What is an algorithm? 2. Binary information coding 3. Programming concepts via Scratch Designed.
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.
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.
COMPUTER GAMES. Learning objectives Evaluate a computer game and suggest how it can be improved Create a design for a computer game Create a computer.
Image #1 Getting Started
Unit 1 Introduction to Evangel College S.2 ICT.
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.
BE SAFE ONLINE I pads, computer, video games BE SAFE. Because you don’t know who your talking to!?
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.
Instructions Go to the shared area and open a file Go to -> S:\ICT\My Teacher\Mr Crossan\Year 7\Catch the Clown Open the Catch the Clown file by double.
Standards Involved: STEM-EC-3.3 STEM-EC-3.3 STEM-EC-6 STEM-EC-6 Standards Involved: STEM-EC-3.3 STEM-EC-3.3 STEM-EC-6 STEM-EC-6.
STAGE 10: DICE RACE What do you remember from the last class? What was your favorite part? What do you wish we had had time to do?
Computer Control Using computers to do tasks. What are Computers used for? ringing your alarm clock. microwaving your breakfast checking for text messages.
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.
Games Design. Lesson Aims To gain an understanding of how Scratch works so that we can use it to create our game.
Today's Ninja Challenge: Write Your First Computer Game!
ICT/COMPUTING RULES Only use software allowed by the teacher
CoderDojo Sligo "Above all, be cool" Code and notes by Michael Madden, 2012.
Scratch Lesson 1. Creating an account Open the internet browser : Safari or Internet Explorer Type in the URL scratch.mit.edu Using your school computer.
Getting Started With Scratch Brendan Routledge
Introduction to Scratch We will be using the Scratch Environment today, so please log in to the Scratch website (scratch.mit.edu)
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.
Introducing Scratch Learning resources for the implementation of the scenario
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.
Introduction to 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.
What is SCRATCH? Learning Objectives: to explore the Scratch website
Welcome to Computer Science!
Diamond Hunt Mock Programming Project.
Remove toast from toaster
Algorithms & Logic.
How can we arrange a set of instructions in sequential order?
Algorithms & Logic Mr Conti.
Scratch – Simple Programming
Computing Year 7 - Unit 2 Programming Basics Scratch Basics.
Learn… Create… Program
Motion and Looks.
Areas of the SCRATCH 2 Screen
Learn… Create… Program
An intro to programming concepts with Scratch
Code to Enhance Learning
Learn… Create… Program
Learn… Create… Program
Game development using Scratch
What is SCRATCH? Learning Objectives: to explore the Scratch website
CSC 221: Introduction to Programming Fall 2018
Problem Solving and Computer Programming
Scratch 7B IT 1.
Animate a Sprite. By M, M and C P6
Presentation transcript:

Computer control In collaboration with:

What is…

Start Stop Remove toast from toaster Wait 2 minutes Put bread into toaster Push down handle Sequences – what’s so important? To understand how to make a set of instructions to perform a task. Aim:

START BK 1 RT 90 Who’s Bad? STOP Linkto: Moonwalk video

START BK 1 RT 90 Who’s Bad? STOP IF Linkto: Moonwalk video

Project brief Your school’s website manager wants you to create a Pacman type game relating to your school. Money at school is tight so your head teacher has asked you to use a free programming software called SCRATCH. You will learn all the skills to build an arcade style game and learn how to make simple improvement to the design.

History of computer games Computer games are big business these days! They cost a lot of money to make and market! The first computer games looked very different to how they look today…

1

Thunk… If I play chess against the computer and I lose, who or what beat me?

How does it all work? Hardware Software Programming scratch browser pcschild

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 stored. The SPRITES are where you store and select the STAGE and COSTUMES (Back Stage). SCRIPTS AREA is where you put your instructions (Say and do) The SCRIPT BLOCKS are where the instructions of what your SPRITES can do!