
- How To Add Lives In Scratch Youtube

Dec 12, 2016  Lives and points Scratch. Jun 29, 2013 One of the most common lists we make in our lives is a shopping list, and I will use the idea of a shopping list to explain the concept of Scratch lists. When we write a list on paper, we very often add items to the list from top to bottom, i.e. We add item 1, then item 2, etc.
How To Add Lives In Scratch Youtube
| 10 Open >   Scratch
 Unit OverviewIntroduction to programming, using a drag-&-drop environment to create animations and games. Scratch Websitehttp://scratch.mit.edu/ - Scratch is developed by the Lifelong Kindergarten Group at the MIT Media Lab. 
Learning Goalshow the sequence of commands affects a programhow to use the wait command to control the timing of a programhow to animate characters using repetitionhow to use if blocks to trigger new eventshow to use variables to keep track of score or liveshow to add sound and music
 Project EvaluationEach of your projects will be assessed according to this rubric and recorded as a formative assessment. Once all requirements are met, you will receive a 1/1 on the classroom. You may revise and resubmit any assignments at any time during this unit without penalty. | Level 4+ | Level 4 | Level 3 | Level 2 | Level 1 | 
|---|
 | all requirements were met plus some extra features, lots of effort to make it perfect | all requirements were met plus a few extras | all requirements were met correctly | most requirements were met correctly, all were attempted | some minor errors or missing a few requirements | 
Unit EvaluationAt the end of the unit, your projects will be evaluated as a single portfolio. Higher marks will be awarded to portfolios which demonstrate more effort through either more projects completed at a level 3, or better quality (level 4) or both.
 Scratch ResourcesScratch Cards - a quick way to learn Scratch codeGetting Started Guide - a step by step introduction to ScratchVideo Tutorials - tips, tricks and how-to videos
 
 Scratch ProjectsRequirements, Learning Goals and Examples for each project are listed below. Each project will be assessed using the rubric above. At the bottom of the page, you will find a folder of Instructions for most of the projects which you can use to catch up in case you missed a class. INTRO to SCRATCH
 | Dance PartyRequirementsmusic which starts when the green flag is clickedbackground3 characters which dance (change costumes and/or move)at least one character created (drawn) by youone starts dancing when the green flag is clickedone starts dancing when it (the character) is clicked and stops after approximately 3 secondslast one starts dancing when the space bar is pressed and stops when the q key is pressed
 Learning Goalshow to create your own charactershow to change costumeshow to use the following eventswhen green flag clickedwhen <key> pressedwhen <sprite> clicked
 the difference between the stage (background) and a spritehow to add music
 Tutorial VideosCheck out these Scratch tutorial videos as you work. There's lessons from making your sprite change color or jump when you clap, to the difference between vector and bitmap modes and how to erase or group items easily. 
 
 | 
 Example |  | PONGRequirements2 player game of tennissounds & backgroundsends when 1 player scores 5 points
 Learning Goalswhere to find some of the common Scratch scripts (move, if, forever, goto)how to move a character using the keyboardhow to bounce a ball off the walls or the paddleshow to add sounds & musichow to add variables to keep track of the scorehow to win the game
Example
 | 
 
 
 |  | Nobby / Retro Donkey KongRequirementscharacter can move left / right or jump onto platformwhen all items are eaten (hint: use variable), go to level 2when level 2 is finished - win gametouching enemies causes level to start over and loss of 1 life
Learning Goalshow to use an if block to make a character walk using the keyboard arrow keyshow to simulate jumping and gravityhow to collect objectshow to use a variable to keep track of liveshow to use an OR operatorhow to switch backgrounds to go to the next levelhow to use hide and show blocks to make sprites invisible for part of the game
Example
 | 
 
 |  | Duck HuntRequirementscharacter (duck / bubble) moves around on screenuser clicks mouse over character to 'shoot' itmust be appropriate for young children (no blood or gore)include sound & musiclimited number of shotskeep track of ducks hit (5/10) and score
Learning Goalshow and when to use if blocks
how to move a character with the mouse
Example File (to Remix) | 
 
 |  | AnimationRequirementsyour choice of topic (suitable for 10 year old children or younger)animated story / song / movie trailerthink Bugs Bunny or Dr Seuss
 1 to 2 minutes long (okay if longer)sound - music / voicesmultiple backgroundsmultiple characters - they should move!!
 Learning Goalshow to use the wait command to control the timing of events
how to use hide and show blockshow to switch backgrounds to go to the next scenehow to add sounds and music
Examples | 
 |  | Scrolling GameRequirementscharacter can jump / move upgravity should cause character to fallbackgrounds scroll to show left / right movementadd enemies / obstacles which cause the game to stop / start overadd a way to 'win' the game / levelmake the game longer by adding more levelsadd score or lives and win / lose screens
Learning Goalshow and when to use if blocks
how and when to use hide and showhow and when to use the goto blockhow to switch backgrounds to go to the next levelhow to add sounds and musichow to use variables to control the score
Examples | 
 |  | FroggerRequirementscharacter moves up / down / left / rightcross the road without touching a carcross the river by riding on the logs & turtles - no swimming!get 5 frogs across safely to winlimited number of liveskeep track of lives and scoresounds & musickeep it clean - no blood, guts or gore!
Learning Goalshow and when to use if blockshow and when to use hide and showhow and when to use the goto blockhow to get one character (frog) to stick to another (log/turtle)how to add sounds and musichow to use variables to control the score
ExampleFile (to Remix)
 | 
 
 | 
 Instructions HandoutsScratch Project Instructions |