Scratch Animated Greeting Cards.

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

In this tutorial, we are going to create: A race car that the user can control with the arrow keys for direction and speed. A simulated road with a striped.
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.
Learn… Create… Program. Manipulation of Multiple Media Connects with youth culture Scratch is a new graphical programming language designed to support.
Scratch Animated Greeting Cards Level 2.
Scratch Computer Models & Simulations Level 3. What You’ll Learn…  What is meant by models and simulations  How models and simulations help us learn.
Alice Learning to program: Part Three Camera Control, Invisibility, and 3-D Text By Ruthie Tucker and Jenna Hayes, Under the direction of Professor Rodger.
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.
Scratch Intermediate Programming Level 2. What You’ll Learn…  About computer programming and programming languages  A basic understanding of object-oriented.
GAME:IT Pinball Objectives: Review skills from Introduction Introduce gravity and friction Introduce GML coding into programming.
Image #1 Getting Started
Scratch Animated Greeting Cards. We’ve all given and received many greeting cards – birthday cards, holiday cards, thank-you cards. The average American.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Computer Programming Modeling a Passive Solar Home.
Introduction to Computer Programming - Project 2 Intro to Digital Technology.
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.
Today's Ninja Challenge: Write Your First Computer Game!
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,
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
School of Computer Science Space School 2015 Programming a Lunar Lander Game.
DAY 4. MAKING SOMETHING ‘JUMP’ Simple! Move it a certain amount ‘up’ Glide back to your original spot.
Module 1: Investigation 1 Moving, Turning and Stamping
Create a Halloween Computer Game in Scratch
Customise & Explain your game
Scratch for Interactivity
Alice Learning to program: Part Three Camera Control, Invisibility, and 3-D Text By Ruthie Tucker and Jenna Hayes, Under the direction of Professor Rodger.
Games Programming in Scratch
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
Reviewing Documents Guided Lesson.
Microsoft Word Reviewing Documents.
Scratch Programming Intro
Stopwatch Cards Stopwatch Cards
Alice Learning to program: Part Three By Ruthie Tucker and Jenna Hayes, Under the direction of Professor Rodger Duke University, 2008.
Playing with Pictures Module 1 Lesson 3.
Learn… Create… Program
Your Title Here Instructions
Scratch Shaw STEM Lab
Motion and Looks.
Go to =>
Learn… Create… Program
Unit 11 – PowerPoint Interaction
Inserting Pictures and Symbols in Word documents
Go to =>
Scratch for Storytelling
Go to =>
Stopwatch Cards Stopwatch Cards
Adding Images to PowerPoint
European Computer Driving Licence
Stopwatch Cards Stopwatch Cards
MICCA SCRATCH Workshop
Learning to Program: Part 3 Camera Control, Invisibility and 3-D Text
Image #1 Getting Started
Professor Susan Rodger
Learn… Create… Program
Learn… Create… Program
Stopwatch Cards Stopwatch Cards
Professor Susan Rodger
Game development using Scratch
What is SCRATCH? Learning Objectives: to explore the Scratch website
Creating a Simple Game in Scratch
1. Computer should be turned on and at the main screen.
CSC 221: Introduction to Programming Fall 2018
Stopwatch Cards Stopwatch Cards
Exploring Computer Science Lesson 4-12
Using Museum Box as a Multimedia Assessment Tool
Stopwatch Cards Stopwatch Cards
Presentation transcript:

Scratch Animated Greeting Cards

Duck! It’s your birthday. What You Should Know… Duck! It’s Your Birthday!! Let’s explore how to create a simple animated birthday card using Scratch! First, let’s decide the features of the card, then let’s use the software to make it. In this example, we’ll make a humorous birthday card. Let’s have a duck quack as it crosses the stage. Also, let the duck say, “Duck! It’s your birthday”. Let’s also add a background for the stage. Duck! It’s your birthday.

What You Should Know… Duck! It’s Your Birthday!! The top set of blocks controls the behavior of the duck and the sounds. The bottom set of blocks controls text bubble.

What You Should Know… A Closer Look Let’s review. This stack of blocks has two parts. The first part tells the Sprite to play the sound called, “Duck” and move 5 steps. The second part of the stack tells the Sprite what to do when it hits the edge of the stage. In this case, the Sprite stops all behaviors. To get the computer to make the sound, “quack” for the duck, open the sound tab and select the Import button.

What You Should Know… A Closer Look The bottom stack of blocks is much simpler. It assigns the words that appear in the text bubble

What You Should Know… Importing Images Let’s learn how… As you get more creative with Scratch projects like animations, games and greeting cards, you’ll probably want to use your own characters for Sprites or your own pictures for stage backdrops. Let’s learn how…

What You Should Know… Importing a Sprite Select the Paintbrush button. Click the Import button. Browse to the location of the image you want for your new Sprite. Double click on the image. The image should appear on the Paint Editor screen. Click “OK” Your image appears as a new Sprite!

What You Should Know… Importing a Background If it’s not visible, double-click anywhere on the stage area to launch the Background tab. Select the Background tab. Click the Import button. Select the location of your new image. Double click on the image. The image should appear in the Background menu and as a new Stage.

What You Should Know… Save the image that you want to import as a sprite or a background to your directory Then follow the steps on Slides 7 and 8 to import the image as a sprite or background

What You Should Know… Programs only do what they’re told “It didn’t work!!” You’ll find yourself saying that a lot as you work with Scratch (or, for that matter, any other method of computer programming). That’s because computer programs are rather “simple-minded”; they do exactly what they’re told – no more, no less. They don’t know what you want your program to do, they can only perform each instruction literally and in the exact order given. When creating a program with a complex set of instructions, you are bound to miss an important step or have something in the wrong order. When this happens (and it will), you need to debug your program. The most important element of the debugging process is always the same: Don’t get discouraged, you can fix this!! 10

What You Should Know… Debugging Your Program Here are some important things to keep in mind: You’re not alone! Virtually every computer program must be debugged. In fact, software companies often continue debugging for years after software is released to the public! Your program IS working; it’s performing each step exactly as instructed, it’s just not doing what you expected! So all you need to do is find the instruction that’s causing the unexpected behavior. Most of the time the problem comes down to something simple. A problem with a single instruction can often lead to dramatically unexpected behavior. First, think about how the program is behaving unexpectedly – often that will be your best clue to the problem. Second, carefully examine each program step in order to identify the problem instructions. If you have multiple program modules, try playing each one separately to see if that helps you find the problem. Don’t give up! With Scratch everything you need to solve the problem is right in front of you! 11

Check out the greeting card ideas on the next page! Do It! Now it is your turn to make your own animated greeting card in Scratch! Include some of the following features in your card: Blocks from the following: Motion, Sound, Control, and Sensing Sprites from the Scratch collection or import your own Backgrounds for the stage from the Scratch collection or import your own Check out the greeting card ideas on the next page!

Do It! Need Greeting Cards Ideas? Get the duck to drop a birthday cake onto a second Sprite Special Days: Mother’s Day, Father’s Day, Birthday Holidays: New Years, Easter, Chanukah, Halloween, Valentines day, Thanksgiving, Christmas General Cards: Friendship, Thank You, Get Well, Congratulations, Graduation 13

Assignment… Design and create an original greeting card in Scratch. Use blocks from Motion, Sound, Control, and Sensing. Change backgrounds at least once, and use more than 1 sprite with at least one of the sprites having multiple costumes. Import 1 image to use either as a sprite or a background Create one of the following cards: Happy Spring Break; Happy Spring; Friendship; Congratulations Graduate; Thank You Save in your directory as: Greeting card Your Name. Important: Be sure to save correctly in scratch. Look for the X at the very bottom of the drop down arrow to change to your directory. NOTE: Part of your final exam will be a Scratch project. This assignment shows you how to import sprites and backgrounds to use in your scratch programs—2 concepts you will probably want to use in your final exam.