Scratch Activities Version 1 - Harvard University

2y ago
27 Views
2 Downloads
855.97 KB
21 Pages
Last View : 1m ago
Last Download : 3m ago
Upload by : Kamden Hassan
Transcription

Scratch ActivitiesVersion 1.0byRichard WiktorowiczMoorefield Girls Highrichard wiktorowicz@yahoo.com.auThese worksheets may be freely used, on the condition that, if you have developed yourown Scratch activities, please email me so they can be added to this resource.Page 1 of 21Click here to get your free novaPDF Lite registration key

Scratch Activity #1 - Count Sprite1. Count Sprite – This script makes the Sprite count by 12. Change Count Sprite to count only in odd numbers.3. Change Count Sprite to count only in even numbers.4. This script counts and has a meow after. Modify it so that it has a “meow” afterodd numbers and a dog “bark” after even numbers.Page 2 of 21Click here to get your free novaPDF Lite registration key

5. This script alternates costumes and sounds. Modify so that your script in 4(above) also changes costume as well as sound.6. Here is a script with two Sprites one that says “Marco” the other one “Polo”.Modify it to a cat with a “meow” and a dog with a “bark” counting.Page 3 of 21Click here to get your free novaPDF Lite registration key

Scratch Activity #2 – Gliding Counting Ghosts and a Small Dragon1. This script involves 4 Sprites2. They take turns gliding towards the centre of the screen3. This is how they do it.4. Modify the script so that each Sprite counts by 1 and says the new counter i.e. 1,2, 3, 4 then 5, 6, 7, 8 and so on. Each Sprite plays a different sound after sayingthe number.5. Modify the script so that each Sprite hides after doing its stuff and shows itself forthe next round.6. Change the script to 6 Sprites counting, making sounds and disappearing.Page 4 of 21Click here to get your free novaPDF Lite registration key

Scratch Activity #3 – Bouncing Basketballs1. This script involves 2 Sprites2. The ball flies from Sprite1 and stops when it gets to the edge of the screen3. This is how they do it. I shrank both Sprites so yourdifferent.will be4. Modify the script so that Sprite2 makes a sound as it travels across the screen5. Modify the script so that ball bounces off Sprite3 back to Sprite1 and plays adifferent sound when returning to Sprite1. Start with this. Script on next page.Page 5 of 21Click here to get your free novaPDF Lite registration key

6. Modify the script so that Sprite4 is in between and the ball travels from Sprite1 toSprite4 to Sprite3 and so on, in a loop. Use three different sounds.7. Now add another Sprite (Sprite5) andthe ball sequence is Sprite1, Sprite4,Sprite3, Sprite5 and back to Sprite1.Put it in a loop.Page 6 of 21Click here to get your free novaPDF Lite registration key

Scratch Activity #4 – How To Draw A Head1. Create a Sprite with the following costumes.Costume 1Costume 2Costume 3Costume 4Costume 5Costume 6Page 7 of 21Click here to get your free novaPDF Lite registration key

Costume 7Costume 8Costume 9Page 8 of 21Click here to get your free novaPDF Lite registration key

Scratch Activity #5 – Geometrical Patterns1. This script involves 1 Sprite with a black background.2. Let’s make it more colourful by adding3. Change the turn angle. Run the script.4. Change the turn angle. Run the script.5. Change the turn angle. Run the script.6. Change the turn angle. Run the script.7. Change the turn angle. Run the script.Page 9 of 21Click here to get your free novaPDF Lite registration key

8. Into the last script let’s add aso the script looks like this9. Change things a bit bythisandPage 10 of 21Click here to get your free novaPDF Lite registration keyso it looks like

10. And finally let’s be random replace the bottom bit with and include in the foreverloop.Page 11 of 21Click here to get your free novaPDF Lite registration key

Scratch Activity #6 – How To Draw Another Head And Upper BodyCostume 1Costume 2Costume 3Costume 4Costume 5Costume 6Page 12 of 21Click here to get your free novaPDF Lite registration key

Next Sprite (Sprite2)Sprite 1Page 13 of 21Click here to get your free novaPDF Lite registration key

Scratch Activity #7 – Rockets In Space1. This rocket image is located in Student Files/IST Folder. Import it, shrink it andcolour it with a fancy pattern.2. Here is a very simple script showing a rocket landing and aftertakes off again. First create a light grey launching pad in theStage.3. Add a costume of the rockets firing on descent and after take off.4. Add different sounds for descent and take off.5. Change it to two rockets, one lands waits for the second one and they both takeoff together.Page 14 of 21Click here to get your free novaPDF Lite registration key

6. Change it to three rockets, one lands waits for the second, they both wait for thethird one to land and they all take off together.7. Change it to four rockets.8. Change it to five rockets.Page 15 of 21Click here to get your free novaPDF Lite registration key

Scratch Activity #8 – Optical Illusion1. Create a stage that is half black / half white2. Import for Sprite1 and Sprite23. Colour both balls light grey4. Place both Sprites5. Here are the scripts6. Do the balls seem to change colour as they move between black and whitePage 16 of 21Click here to get your free novaPDF Lite registration key

Scratch Activity #9 – Maze Game1. This Maze Sprite is located in the Student Files/IST Folder. Import it and changeit to your choice of colour.2. Import the Sprite from the Student Files/IST Folder and change it to yourfavourite colour.3. Here is a script that allows you to control thePage 17 of 21Click here to get your free novaPDF Lite registration keySprite

4. When you place the Sprite on your screen, look at the top of the screen, whichwill give you the x and y coordinates of the Sprite at the beginning of the script.Set your script to this value.5. The problem at the moment is that you can walk through walls. You need to stopwhen the Maze Sprite and the Dot Sprite touch.6.In the script below, the game will end when you touch an edge. This means itwill also be a game of skill to avoid touching the edges. Modify the script asshown below.7. Change the script to leave a trail as it moves around the maze8. Create a small rectangular Sprite called Finishand place it at the end ofthe maze. Inside theaddto the script sothat it gives youwhen you complete the maze successfully (whenthe Dot Sprite touches the Finish Sprite).Page 18 of 21Click here to get your free novaPDF Lite registration key

9. Add sounds when it hits the maze and when it finishes10. Add a timer and show the time it took to complete the maze once it is successfullycompleted. Usesome winning music.at beginning and11. Create you own maze for your friends to try.Page 19 of 21Click here to get your free novaPDF Lite registration keyat finish. Play

Scratch Activity #10 – Rock, Paper and Scissors1. Rock, Paper and Scissors is a hand game where, Rock beats Scissors, Scissorsbeats Paper and Paper beats Rock. Scoring only happens on winning moves.2. Import the Paper, Rock and Scissors Sprites from the Student Files/IST Folder.3. Import the Paper Wins, Rock Wins and Scissors Wins Sprites from the StudentFiles/IST Folder. Add the textto each of the requiredSprites4. Create aSprite5. Rename all your Sprites with the appropriate names from the grey picture at thetop of the page.6. The Rock1 Sprite has 3 scripts.7. The Paper1 Sprite has 2scripts.Page 20 of 21Click here to get your free novaPDF Lite registration key

8. Write the two scripts for Scissors1 to go in the bottom corner when clickedgenerates a random number and glides into the centre.9. This is the script for10. Write the script for Paper2, which only reacts when the randomnumber is 2. The broadcasts are different because it’s Paper thistime.11. Write the script for Scissors2, which only reacts when therandom number is 3. The broadcast are different because it’sScissors this time.12. This is the script for Paper Wins13. Write the scripts for14. Add some soundsPage 21 of 21Click here to get your free novaPDF Lite registration key

2. Change Count Sprite to count only in odd numbers. 3. Change Count Sprite to count only in even numbers. 4. This script counts and has a meow after. Modify it so that it has a “meow” after odd numbers and a dog “bark” after even numbers.

Related Documents:

This tutorial will introduce you to programming using Scratch from MIT. Create a Scratch Account Before you start programming, you will need to create a Scratch account. 1. Go to scratch.mit.edu. 2. Click Join Scratch. 3. Enter the requested information. (Use your real birth month and year. Do not use your school email

The Scratch project began in 2003, and the Scratch software and Web site1 were publicly launched in 2007. Scratch is free, available in nearly 50 lan-guages, and more than two million copies have been downloaded from the Scratch Web site. In addition, Scratch software is often redistributed by schoo

Creating with Scratch Scratch is a visual programming language that lets you create and share projects with others. It encourages you to problem solve, think logically, test and evaluate outcomes, and collaborate with others. To try out Scratch, see examples of projects, and join Scratch click here: https://scratch

Life science graduate education at Harvard is comprised of 14 Ph.D. programs of study across four Harvard faculties—Harvard Faculty of Arts and Sciences, Harvard T. H. Chan School of Public Health, Harvard Medical School, and Harvard School of Dental Medicine. These 14 programs make up the Harvard Integrated Life Sciences (HILS).

Number Image Description Title Acc. Number 5 Elizabethan era Galleon Wasa - Kit model 1991.286.2 6 Thames Bardge 'Will Everard' - Scratch built 1991.324 8 Clipper ship 'Alma' - Scratch built waterline model M973.50.1. 9 Grand Banks Schooner - Scratch built 1974.38.1 12 Chinese Junk - Scratch built 1991.429 14 Outrigger canoe - Scratch built 1991.501.3. 20 Auxilary Sailing Ship 'Elizabeth .

Introduction to Scratch Scratch is a visual programming language that allows students to create their own interactive stories, games and animations. As students design Scratch projects, they learn to think creatively, reason systematically, and work collaboratively. Scratch was created by the Lifelong Kindergarten group at MIT

Bug video Selection video Etch a sketch game project Car racing game project Preparation Use Scratch online or Download Scratch 3.0 from https://scratch.mit.edu/download. (If using Scratch online, make sure you have informed parents and talked through the responsible use of this online tool. A sample letter and details of

Scratch-off Ticket, the following Validation Requirements will apply with regard to the Scratch-off Tickets in South Carolina Scratch-off Number 1431. 5.1 To be a valid Scratch-off Ticket, all of the following requirements must be met: A. Exactly one (1) Play Symbol and Caption must appear under each of the thirty-nine (39) rub-off spots and .