Animate a Sprite. By M, M and C P6

Slides:



Advertisements
Similar presentations
Platform Code Cookbook. Put code into the Platform The higher the repeat number, the further the platform will go. Both numbers must be the same. Moving.
Advertisements

CoderDojo Roscommon Code and notes by Eamonn Hannon and Michael Madden, 2012.
Racing Car Game Using the keys to control a sprite.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech June 2011.
CREATE AN ANIMATED STORY CODERDOJO NOVA – SCRATCH WHITE BELT.
Game city International Starting on the road to programming. This project is all about learning how to program using scratch and other languages. The aim.
CATCH SCRATCH! Programming from Scratch. Remember Scratch?
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.
CoderDojo Roscommon. Today's Ninja Challenge: Create a GhostBuster Game Like This.
1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives.
Moving Sprites in Scratch Exploring Computer Science – Lesson 4-4.
Image #1 Getting Started
Scratch Another computer programming language Developed by MIT in 2003
Making a Sprite Dance Barb Ericson Georgia Tech June 2011.
1 Use different costumes in Scratch to make an animation effect Synchronise interaction between 2 or more sprites Lesson 3: Learning Objectives.
24 Background Building 25 Computing Terminology, and Speed/Velocity Module 4 Notes: Sensing, Or Operator, Conditional Logic 28 Module 4 Algorithms,
Using MIT Scratch for Programming and Control Exercise 1 Creating movement Year 11 DTG 2012.
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.
UTILIZING SCRATCH FOR LESSONS. EngagementExplorationExplanation ElaborationEvaluation.
Moving Sprites in Scratch Exploring Computer Science – Lesson 4-4.
CoderDojo Sligo "Above all, be cool" Code and notes by Michael Madden, 2012.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech.
Intro CS – Costumes and Variables Lesson Plan 6. Goals  Understanding Costumes, Ordering, Naming  Switching Costumes with Switch and Next  Using Variables.
Scratch : Animation and game programming Task 2: A cat and a dog.
Drawing in Scratch We will be using the Scratch Environment today, so please log in to the Scratch website (scratch.mit.edu)
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.
LEARNING SCRATCH: PRESENTATION 1 PRESENTATION 1: GETTING STARTED 1 Getting Started Today, we'll learn how to use Scratch to make a puppet show.
Review for Final June 13, 2016.
Intro CS – Costumes and Variables
Customise & Explain your game
Commands in Scratch.mit.edu
Broadcasting (Adding a new level)
Madlib-Input, Strings, and Lists in Scratch
What is SCRATCH? Learning Objectives: to explore the Scratch website
Today's Challenge: More Animation Storytelling and Scrolling!
How to work with your sprite
© A+ Computer Science -
Spanish Mad libs with Scratch
Scratch: Animation and game programming
Today's Ninja Challenge: Make Better GhostBuster Game
Code and notes by Martha Fahy, 2017
Stopwatch Cards Stopwatch Cards
Introduction to Coding
Motion and Looks.
Areas of the SCRATCH 2 Screen
Welcome to SCRATCH.
Hour of Code.
Introduction to scratch animation
Moving Sprites in Scratch
Stopwatch Cards Stopwatch Cards
10 SCRATCH bLOCKS lesson 1 10 Blocks.
Intro to Programming Mod 5 Lesson 2 10/19/2010.
Stopwatch Cards Stopwatch Cards
Image #1 Getting Started
Introduction to Snap Programming
Scratch: Animation and game programming
Instructions Maybe this should just be called “A Question of Sport”... Quickly get into teams of 3 or 4. 1 person collect a bundle of paper & pen from.
Stopwatch Cards Stopwatch Cards
Mod 5 Lesson 1 Scratch Cards: Easy
Game development using Scratch
What is SCRATCH? Learning Objectives: to explore the Scratch website
Scratch Racing.
Introducing Scratch and Creating Sprite
Scratch 7B IT1.
Stopwatch Cards Stopwatch Cards
Scratch 7B IT 1.
Stopwatch Cards Stopwatch Cards
Scratch Dance Routine.
“A Day in the Life” CTE Enrichment Grades 3-5 Computer Science Unit
Presentation transcript:

Animate a Sprite. By M, M and C P6

Animate a Sprite Today we are going to show you how To use coding blocks on the Scratch Website to animate a sprite. You can change costumes to animate Your character.

Animate a Sprite Every sprite has multiple costumes. This bird has two : ‘wings up’ and ‘Wings down’

Animate a Sprite Use the ‘next costume’ block to switch costumes To keep going,you can use a repeat loop .

Animate a sprite Add a wait block to slow it down. If you want to use a specific costume use the ‘Switch Costume’ block . What will you create?