Scratch Dance Routine.

Slides:



Advertisements
Similar presentations
Harry Potter Scratch Game
Advertisements

Adventures in Animation Harry Potter Game Pranali Choubal Kunal Shaw Barb Ericson Dec 2007.
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
Write Your First Computer Game!. Coding: Programming Languages Just like you can speak Chinese to someone who understands Chinese to tell them what to.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
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.
2015 CSE/EGR Summer Camps 1 Computer Science Concepts 1. What is an algorithm? 2. Binary information coding 3. Programming concepts via Scratch Designed.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
Unit 1 Introduction to Evangel College S.2 ICT.
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.
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.
Review for Final June 13, 2016.
Scratch Programming Cards
Create a Halloween Computer Game in Scratch
Dancing on Green Light.
Scratch for Interactivity
What is it?! •Scratch is a programming language that allows you to create interactive stories, music, animations, art, games, and more!
What is SCRATCH? Learning Objectives: to explore the Scratch website
How to work with your sprite
Creating a Tank Game in Scratch
Unit 2 Getting Started With
Cosmic Chorus Green Book, Ch 5.
Scratch I - Overview.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Introduction to Object-Oriented Programming
Stopwatch Cards Stopwatch Cards
Introduction to.
Dance Cards Dance Cards
Playing with Pictures Module 1 Lesson 3.
Learn… Create… Program
Dance Cards Dance Cards
Dance Cards Dance Cards
Cosmic Chorus.
Dance Cards Dance Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Learn… Create… Program
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Dance Cards Dance Cards
Stopwatch Cards Stopwatch Cards
Go to =>
Dance Cards Dance Cards
Stopwatch Cards Stopwatch Cards
Image #1 Getting Started
Dance Cards Dance Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Learn… Create… Program
Learn… Create… Program
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Game development using Scratch
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
What is SCRATCH? Learning Objectives: to explore the Scratch website
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Creating a Simple Game in Scratch
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
CSC 221: Introduction to Programming Fall 2018
Stopwatch Cards Stopwatch Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Dance Cards Dance Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Catch Game Cards Catch Game Cards Make a Card Go to the Top Fall Down
Stopwatch Cards Stopwatch Cards
Animate a Sprite. By M, M and C P6
“A Day in the Life” CTE Enrichment Grades 3-5 Computer Science Unit
Dance Cards Dance Cards
Presentation transcript:

Scratch Dance Routine

Try these cards in any order: Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Let’s Dance Let’s Dance Let’s Dance Cards Try these cards in any order: Dance Sequence Dance Loop Play Music Take Turns Starting Position Shadow Effect Leave a Trail Color Effect Bop a Bit Interactive Dance Let’s Dance Cards Design an animated dance scene with music and dance moves. scratch.mit.edu/dance scratch.mit.edu/dance

Dance Sequence Dance Sequence Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Dance Party! Dance Sequence scratch.mit.edu/dance Dance Sequence GET READY Make an animated dance. Choose a dancer from the Dance theme. Click the tab to see the different dance moves. ADD THIS CODE Click the tab. Choose a dance move. Type how long to wait. TRY IT Click the green flag to start. Let’s Dance

Dance Loop Dance Loop Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Dance Party! Dance Loop scratch.mit.edu/dance Dance Loop GET READY Choose a dancer from the Dance theme. Repeat a series of dance steps. ADD THIS CODE Choose a dance pose. Type how many times you want to repeat the dance. TRY IT Click the green flag to start. Let’s Dance

Play Music Play Music Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Dance Party! Play Music scratch.mit.edu/dance Play Music GET READY Play and loop a song. Click the tab. Choose a backdrop. Choose a song from Or upload an the Music Loops category. MP3 or other sound file. ADD THIS CODE Click the tab. Type how many times you want the song to repeat. TIP Make sure to use (not or else the music won’t finish playing before it begins again. ) Let’s Dance 3

Take Turns Take Turns Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Dance Party! Take Turns scratch.mit.edu/dance Take Turns GET READY Choose two dancers from the Dance theme. Coordinate dancers so that one begins after the other. ADD THIS CODE Broadcast a message. Tell this dancer what to do when it receives the message. TRY IT Click the green flag to start. Let’s Dance 4

Starting Position Starting Position Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Dance Party! Starting Position scratch.mit.edu/dance Starting Position GET READY Choose a dancer that you want to start. Tell your dancers where to start. ADD THIS CODE Tell it where to start. Set its size. Choose the starting costume. Make sure the sprite is showing (not hiding). TIP to set a sprite’s position on the Stage. Use You can find an x and y position by pointing with the mouse pointer. Let’s Dance

Shadow Effect Shadow Effect Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Dance Party! Shadow Effect scratch.mit.edu/dance Shadow Effect GET READY Choose a dancer from the Dance theme. Make a dancing silhouette. ADD THIS CODE Choose brightness from the menu. Set the brightness to -100. TRY IT Click the green flag to start. Click the stop sign to stop. Let’s Dance

Leave a Trail Leave a Trail Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Dance Party! Leave a Trail scratch.mit.edu/dance Leave a Trail GET READY Choose a dancer from the Dance theme. Stamp a trail as your dancer moves. ADD THIS CODE Type how many times to repeat. Stamp the current costume on the Stage. Clear all the stamps. TRY IT Click the green flag to start. Let’s Dance

Color Effect Color Effect Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Dance Party! Color Effect scratch.mit.edu/dance Color Effect GET READY Make the backdrop change colors. Choose a backdrop. ADD THIS CODE Click the tab. Try different numbers. TRY IT Click the green flag to start. Let’s Dance

Bop a Bit Bop a Bit Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Dance Party! Bop a Bit scratch.mit.edu/dance GET READY Choose a dancer from the Dance theme. Bop a Bit Move your dancer up and down a little to look lively. ADD THIS CODE Type a positive number to move up. Type a negative number to move down. TIP -1 To move up or down, you can use . 1 1 Let’s Dance 9 To move left or right, you can use . -1

Press the arrow keys to make your dancer move. Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Dance Party! Interactive Dance scratch.mit.edu/dance Interactive Dance GET READY Press keys to switch dance moves. Choose a dancer from the Dance theme. ADD THIS CODE TRY IT Press the arrow keys to make your dancer move. Let’s Dance 10