How to work with your sprite

Slides:



Advertisements
Similar presentations
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
Advertisements

Learn… Create… Program. Manipulation of Multiple Media Connects with youth culture Scratch is a new graphical programming language designed to support.
CREATE AN ANIMATED STORY CODERDOJO NOVA – SCRATCH WHITE BELT.
Scratch Understanding some programming techniques using Scratch Resetting, Parallelism and Events.
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.
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.
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,
Image #1 Getting Started
Games Programming in Scratch
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.
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.
 Scratch Coordinate & Movements Scratc h Coordinate and Movement.
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
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 Understand what Scratch is and what it can be used for Lesson 1: Learning Objectives.
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
Introducing Scratch Learning resources for the implementation of the scenario
Every week: Sign in at the door Have Fun Ask Share CoderDojo Roscommon "Above.
Scratch Programming Cards
Customise & Explain your game
Commands in Scratch.mit.edu
Broadcasting (Adding a new level)
Scratch for Interactivity
Mission: design a Virtual interactive tour guide with scratch
What is it?! •Scratch is a programming language that allows you to create interactive stories, music, animations, art, games, and more!
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.
Intro CS – Keyboard and mouse input
Creating a Tank Game in Scratch
Scratch – Simple Programming
Scratch I - Overview.
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Playing with Pictures Module 1 Lesson 3.
Learn… Create… Program
Getting Started with Scratch
Dance Cards Dance Cards
Scratch – Simple Programming
Dance Cards Dance Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Areas of the SCRATCH 2 Screen
Introduction to scratch animation
Dance Cards Dance Cards
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Getting Started with Scratch
Intro to Programming Mod 5 Lesson 2 10/19/2010.
Scratch Summer Session 2
Stopwatch Cards Stopwatch Cards
MICCA SCRATCH Workshop
Image #1 Getting Started
Introduction to Snap Programming
Dance Cards Dance Cards
Getting Started with Scratch
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Creating a Simple Game in Scratch
CSC 221: Introduction to Programming Fall 2018
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Stopwatch Cards Stopwatch Cards
Scratch Dance Routine.
Animate a Sprite. By M, M and C P6
Dance Cards Dance Cards
Scratch – Simple Programming
Presentation transcript:

How to work with your sprite Tips for using scratch How to work with your sprite

Color changing You can customize your sprite by having it change color when an event happens. Adjust how this happens with the number value.

Add movement Check out the costumes tab to see what other varieties already exist

Have your Sprites move in response to an event Each sprite gets its own code Every time the user touches a key, your sprite can respond in a different way.

Have your Sprites speak response to an event You can create a story by using thought and speech with your sprites.

Let your sprite glide across the screen Use the costumes tab to make changes to your sprite. Use coordinate plane to decide where you want your sprite to move to.

Let your sprite chase the cursor around the screen By setting your sprite to point toward the mouse-pointer, you can have it chase around the screen in response to a user.

Make your character twist and dance By applying the “Whirl” effect and music, you can make your sprite dance

Sprite changes can be interactive Add an event to give the user control over how your sprite looks.

Animate your sprite By making slight changes to your sprite’s costume, you can animate it.

Moving animation is easier than you think! By choosing a sprite with two or more costumes, you can move and animate it across the stage.

Create your own button Make a button out of a sprite, that responds to an event with a surprise for the user.

And keep score as your program is run Create a game complete with score as a user goes through your project game.