Loopy Motion Control.

Slides:



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

Create a Simple Game in Scratch
Create a Simple Game in Scratch
Pong! “The oldest commercially available game in history” Resources created from the video tutorials provided by David Phillips on
Harry Potter Scratch Game
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
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.
Using MIT Scratch for Programming and Control Exercise 6 – Creating a Scratch Packman Year 9 ICT Autumn Term 2007.
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.
Microsoft PowerPoint Tutorial Created by L. George 2006.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
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.
Introduction to Scratch. What is Scratch? Scratch is a control program that enables you to create your own interactive stories, animations, games, music,
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.
Using MIT Scratch for Programming and Control Exercise 1 Creating movement Year 11 DTG 2012.
How to create a sprite Delete a sprite (e.g. the cat) by right clicking on it and choosing delete. Go to the bottom right hand corner and choose a new.
How to create a sprite Delete a sprite (e.g. the cat) by right clicking on it and choosing delete. Go to the bottom right hand corner of the stage and.
Using MIT Scratch for Programming and Control Exercise 4 – Cat and Dog game Year 9 ICT Autumn Term 2007.
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.
Scratch Programming Lesson 1 Moving objects with sound and changing colours.
ICT/COMPUTING RULES Only use software allowed by the teacher
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.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
School of Computer Science Space School 2015 Programming a Lunar Lander Game.
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
Scratch Programming Cards
ICT Essential Skills.
Movement Game Design (Scratch).
Create a Halloween Computer Game in Scratch
Games Programming in Scratch
Scratch for Interactivity
TODAY’s LESSON IS ABOUT:
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.
Year 11 DTG Intermediate Using MIT Scratch for Programming and Control Exercise 2 Controlling movement with the keyboard Year 11 DTG Intermediate.
Scratch: iteration / repetition / loops
Unit 2 Getting Started With
Scratch – Simple Programming
Inputs and Outputs.
Creating a Virtual Pet.
Finishing the Virtual Pet
Introduction to Flowcharts
Computer Networks.
Creating a Presentation
Creating a Timetable.
Stopwatch Cards Stopwatch Cards
Self Assessment.
Scratch – Simple Programming
Formatting Styles in Word
Sensing and Variables.
Motion and Looks.
Self Assessment.
Go to =>
Using the sensor Lesson 5.
Go to =>
Stopwatch Cards Stopwatch Cards
Go to =>
Stopwatch Cards Stopwatch Cards
Creating an Interactive Quiz
Using the sensor Lesson 5.
Stopwatch Cards Stopwatch Cards
Sensing and Variables.
Creating a Simple Game in Scratch
Scratch Racing.
Stopwatch Cards Stopwatch Cards
Creating an Interactive Quiz
Stopwatch Cards Stopwatch Cards
Scratch – Simple Programming
Presentation transcript:

Loopy Motion Control

Learning Objective “Learn how to control sprites and create a loop in Scratch”. Write this Learning Objective onto Page 1 of your workbook. Monday, 12 November 2018

Learn how to control sprites and create a loop in Scratch Movement One way of making your sprite move is by using the  direction keys on the keyboard. Move to the right. Has  been pressed? No Use this instruction to make something happen whey a key on the keyboard is pressed. Yes Learn how to control sprites and create a loop in Scratch

Make the Sprite Move Change the rotation style to  so the sprite doesn’t flip up-side-down Sprite will move left or right when you press the arrow keys Learn how to control sprites and create a loop in Scratch

Looping If instructions are in a Loop it means they will happen over and over again until they receive another instruction to stop the loop. Anything inside this loop will repeat forever (until you quit the game) Follow Mouse Cursor Anything inside this loop will repeat 10 times. Learn how to control sprites and create a loop in Scratch

Learn how to control sprites and create a loop in Scratch Follow the mouse Save the project you have just made. Create a New scratch project. Delete by right-clicking on it and selecting “Delete”. Now choose a new sprite from file and find this one: Learn how to control sprites and create a loop in Scratch

Learn how to control sprites and create a loop in Scratch Follow the Mouse Learn how to control sprites and create a loop in Scratch

Learn how to control sprites and create a loop in Scratch Tasks Alter the speed of the sprite by changing the number of steps moved each time. Add some more sprites (all with different speeds) Add a sprite that is controlled by the keyboard at the same time. Learn how to control sprites and create a loop in Scratch

Learn how to control sprites and create a loop in Scratch Extension Task Follow the instructions on your Scratch Card to create a new program. Learn how to control sprites and create a loop in Scratch

Learning Objective “Learn how to control sprites and create a loop in Scratch”. Put  or  onto your Self Assessment page to show whether or not you have achieved today’s learning objective. Monday, 12 November 2018

Learn how to control sprites and create a loop in Scratch What can you remember? What is a loop? What would happen to instructions inside this loop: What group of instructions do you find loops in? Learn how to control sprites and create a loop in Scratch