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.

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

Create a Simple Game in Scratch
Scratch is a Visual Programming Language
Michael Parkes Dudley LA What can Scratch do? Make simple games, animations, presentations and stories.
Mission Technology Introduction to Scratch! June 2007.
Scratch for Storytelling Dr. Ben Schafer Department of Computer Science University of Northern Iowa.
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
Racing Car Game Using the keys to control a sprite.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
What is Scratch? Scratch as Logo Dr. Ben Schafer Department of Computer Science University of Northern Iowa.
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 the Cat. Object Oriented Programing Writing computer programs Based on Objects Instead of Actions Based on Data Instead of Logic.
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!
ROBOTICS MY BLOCKS. OBJECTIVES Create, edit and configure a my block Insert a my block inside a program and test its functionality.
Using MIT Scratch for Programming and Control Exercise 3 Ball Game Year 9 ICT Autumn Term 2007.
Exploring Computer Science 2/23/15 2/23 Develop a Scratch story project -Brainstorming 2/24 Develop a Scratch story project –Developing 2/25 Develop a.
Exploring Computer Science 2/16/15
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.
Moving Around in Scratch The Basics… -You do want to have Scratch open as you will be creating a program. -Follow the instructions and if you have questions.
Exploring Computer Science 2/9/15 2/9Moving Scratch 2/10Moving Scratch worksheet 2/11 Scratch Baseball Game 2/12Scratch Alphabet Learning Game 2/13Game.
Introduction to Scratch Scratch as Logo Dr. Ben Schafer Department of Computer Science University of Northern Iowa.
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.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Image #1 Getting Started
Scratch Another computer programming language Developed by MIT in 2003
Making a Sprite Dance Barb Ericson Georgia Tech June 2011.
The Essentials of Alice Mrs. Jayne Slease SBMS CTE Computer Science and Animation Credit to Duke Students under the direction of Professor Susan Rodger.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Computer Programming Modeling a Passive Solar Home.
1 Project designed and created by M. Shajith Kumar.
Using MIT Scratch for Programming and Control Exercise 1 Creating movement Year 11 DTG 2012.
First Project: Dance Dance Sprite  Write a dance with your sprite (You pick or create the sprite)  Incorporate as many of the Motion Commands as you.
Introduction to Computer Programming - Project 2 Intro to Digital Technology.
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.
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
Scratch for Interactivity Dr. Ben Schafer Department of Computer Science University of Northern Iowa.
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.
1 CSC 221: Computer Programming I Fall 2009 Introduction to programming in Scratch  animation sprites  motion, control & sensing  costume changes 
Computer Programming Modeling a Passive Solar Home.
Computer Programming with Scratch JAOIT 8. Scratch Scratch is a programming language that makes it easy to create your own interactive stories, animations,
The Essentials of Alice By Jenna Hayes under the direction of Professor Susan Rodger Duke University May 2009.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Introducing Scratch Learning resources for the implementation of the scenario
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.
© it’sLearning 365 Limited | Screen 1 FLASH enabled How to use me : Teachers Notes Useful Web Link Ne xt Pa ge Ne xt Pa ge Navigate.
Create a Halloween Computer Game in Scratch
Commands in Scratch.mit.edu
Scratch for Interactivity
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.
© A+ Computer Science -
Introduction to Object-Oriented Programming
BYOB – Costumes.
Objective of the lesson
Areas of the SCRATCH 2 Screen
Go to =>
(More) Basic blocks Broadcasting messages
Introduction to scratch animation
Scratch for Storytelling
Go to =>
Go to =>
Image #1 Getting Started
Getting Started with Scratch
Game development using Scratch
Creating a Simple Game in Scratch
CSC 221: Introduction to Programming Fall 2018
Lesson One Movement.
Presentation transcript:

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 sprite by clicking on the from file icon. Draw your own sprite by clicking on the paint new sprite icon.

How to position a sprite Make a sprite smaller/bigger by using the grow and shrink commands at the top of the page. Rotate a sprite by clicking on the rotate button in the central pane and using the line to turn it. Turn a sprite by clicking on the face button in the central pane and using the line to turn it. Grow Shrink

How to make a sprite glide to a position Choose where you want your sprite to start from and tell him to go to these co-ordinates. Then choose where you want your sprite to go to and tell him to glide to this position. Hint: You can find the co-ordinate by moving the sprite with your mouse and looking at the address in the bottom right hand corner of the screen. Orange blocks are in the control tab Blue blocks are in the motion tab

How to make a sprite talk Use the say block, found in the looks tab. Remember to adjust the length to match how long it will take to read (e.g. short =2secs, longer = 4 secs).

How to add continuous movement (blinking, walking, flying etc.) to a sprite – creating extra costumes To create continuous movement (e.g. blinking, walking, flying, etc.) you need different costumes to show the main stages of the action. E.g. eyes open and eyes shut. Click on the sprite, then costumes (in the centre at the top). Copy the costume. Edit the costume so that it shows the next stage(e.g. eyes shut).

How to add continuous movement (blinking, walking, flying etc.) to a sprite – creating the code To make something happen all the time, you need to use the forever block in the control tab. Whatever is inside this block will keep repeating in a loop. You will need at least two different costumes showing small changes to create the movement. (E.g. eyes open and eyes shut for blinking)

How to add a background Click on Stage in the bottom right hand corner. Select Backgrounds from the top in the centre. Click on Import and choose a new background or Paint and draw your own.

How to add an effect You can apply effects to sprites by selecting change (name of effect) effect by (number) from the looks tab. You will need to select the effect type (colour/fisheye/whirl, etc) and by how much. Play around with the numbers to see what happens. Remember you might need to include a wait block to be able to see the effect before the next event happens. Clear graphic effects in the looks tab will remove these effects.

How to use broadcast to break up your code into smaller parts Set up the sequence in the stage using the broadcast (name) and wait block. You will need to click on new to name the broadcast. Write each section of code under the control block When I receive (broadcast name) for each sprite.