scratch 1 rock band - computing unlocked€¦ · 1 these projects are for use in code clubs within...

17
1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum is developed in the open on GitHub (github.com/CodeClub), and we encourage contributions from our community - come and join us! Activity Checklist Test your Project Save your Project All Code Clubs must be registered . Registered clubs appear on the map at codeclub.org.uk - if your club is not on the map then visit jumpto.cc/18CpLPy to find out what to do. Introduction In this project you’ll learn how to code your own musical instruments! Follow these INSTRUCTIONS one by one Click on the green flag to TEST your code Make sure to SAVE your work now Rock Band Scratch 1

Upload: others

Post on 23-Jul-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

1TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

ActivityChecklist

TestyourProject

SaveyourProject

AllCodeClubsmustberegistered.Registeredclubsappearonthemapatcodeclub.org.uk-ifyourclubisnotonthemapthenvisitjumpto.cc/18CpLPytofindoutwhattodo.

IntroductionInthisprojectyou’lllearnhowtocodeyourownmusicalinstruments!

FollowtheseINSTRUCTIONSonebyone

ClickonthegreenflagtoTESTyourcode

MakesuretoSAVEyourworknow

RockBandScratch

1

Page 2: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

2TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

Step1:CodingaDrum

First,let’smakeadrumthatmakesasoundwhenit’shit.

ActivityChecklist

1. StartanewScratchproject,anddeletethecatspritesothat

yourprojectisempty.YoucanfindtheonlineScratcheditor

atjumpto.cc/scratch-new.

2. Addadrumspritetoyourblankproject,aswellasaddinga

suitablebackdropimagetothestage.

Ifyou’renotsurehowtodothis,theprevious../Lostin

Space.htmlprojectwillhelpyou!

3. Let’sprogramthedrumtoplayasoundwhenit’sclicked.Make

surethedrumspriteisselectedandaddthiscode:

Page 3: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

3TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

4. Clickthedrumtotryoutyournewinstrument!

5. Youcanalsochangehowthedrumlookswhenit’sclicked,by

creatinganewcostume.Clickthe‘Costumes’tab,andyou’ll

seethedrumimage.

6. Right-clickonthecostumeandclick‘duplicate’tocreatea

copyofthecostume.

7. Clickonthenewcostume(called‘drum2’)andthenselectthe

linetoolanddrawlinestomakeitlooklikethedrumismaking

Page 4: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

4TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

asound.

8. Thenamesofthecostumesaren’tveryhelpfulatthemoment.

Renamethe2costumesto‘nothit’and‘hit’bytypingthenew

nameofeachcostumeintothetextbox.

9. Nowthatyouhave2differentcostumesforyourdrum,you

canchoosewhichcostumeisdisplayed!Addthiscodetoyour

drum:

Page 5: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

5TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

Thecodeblockforchangingthecostumeisinthe Looks

section.

10. Whenclicked,yourdrumshouldnowchangecostumes,tolook

likeit’sbeenhit,andthenchangebackagain.

Saveyourproject

Page 6: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

6TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

Challenge:Improvingyourdrum

Youcancopyyourexistingcodebyright-clickingonitand

clicking‘duplicate’.

Canyouchangethesoundthatthedrummakeswhenit’s

clicked?

Canyoualsogetthedrumtomakeasoundwhenthe

spacebarispressed?You’llneedtousethis event block:

Saveyourproject

Page 7: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

7TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

Step2:CodingaSinger

Let’saddasingertoyourband!

ActivityChecklist

1. Addanother2spritestoyourstage;asingeranda

microphone.

2. Beforeyoucanmakeyoursingersing,youneedtoadda

soundtoyoursprite.Makesurethatyouhaveselectedyour

singer,thenclickthe‘Sounds’tab,andclick‘Choosesound

fromlibrary’:

3. Ifyouclick‘Vocals’onthelefthandside,youwillthenbeable

tochooseasuitablesoundtoaddtoyoursprite.

Page 8: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

8TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

4. Nowthatthesoundhasbeenadded,youcanaddthiscodeto

yoursinger:

5. Clickonyoursinger,tomakesurethatshesingswhenclicked.

Page 9: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

9TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

Saveyourproject

Youcanalsomakeyoursingerlooklikesheissinging.Justlikewiththe

drum,right-clickonthecostumetoduplicateit,sothatyouhave2.

Renamethe2costumesto‘notsinging’and‘singing’.

Addsomelinesnearyoursinger’smouth.Yoursingershouldlooksomething

likethis:

Page 10: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

10TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

Challenge:Changingyoursinger’scostume

Canyouaddcodetoyoursingersprite,tochangehercostume

whenclicked?Remembertotestthatyournewcodeworks!

Saveyourproject

Page 11: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

11TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

Step3:Codingacymbal

SofarallofyourinstrumentshaveusedimagesfromtheScratchlibrary.Why

notdrawaspriteofyourown!

ActivityChecklist

1. Todrawyourowncymbalsprite,clickonthe‘Paintnewsprite’

icon.

2. Asyoucansee,younowhaveablankspritecalled‘Sprite1’.

Drawyourcymbalin‘costume1’,usingayellowellipseandsome

blacklines.Youshouldalsorenamethiscostume‘nothit’,just

likewithyourothersprites.

Page 12: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

12TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

3. Duplicateyourcymbalcostumetocreateasecondcostume,

andremembertonameit‘hit’.

4. Tomakeyourcymballooklikeit’sbeenhit,youcanrotateit.

Todothis,clickthe‘Select’toolanddragtohighlightthe

cymbal.Youcanthenclickanddragthecircular‘rotate’handle

torotatethecymbal.

Yourcymbalcostumesshouldlooksomethinglikethis:

Page 13: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

13TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

5. Yourcymbalisprobablyabittoobig.Clickthe‘Shrink’icon,

andyoushouldnoticethatthemousecursorchanges.Clickon

yourcymbalafewtimestoshrinkit.Youcanalsomoveyour

cymbaltoabetterplaceonthestage.

Page 14: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

14TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

6. Next,youshouldchangethenameofthesprite,as‘sprite1’

isn’taveryhelpfulname!Clicktheiconforyourcymbalsprite,

andthenclickontheblue i (information)iconinthetop-left.

Youcanthenchangethespritenametosomethingmore

useful,like‘Cymbal’!

7. Nowthatyouhaveyourgraphicsmade,youcanaddinasound

tothecymbalsprite.Click‘Choosesoundfromlibrary’,and

thenclick‘Percussion’andchoosethe‘cymbalcrash’sound.

Page 15: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

15TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

8. Addthiscodetothecymbal,sothatitmakesasoundand

changescostumewhenclicked:

9. Testoutyourcymbal,toseeifitworks!

Saveyourproject

Page 16: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

16TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

Step4:Backingmusic

Youcanevenaddsomemusicforyourbandtoplayalongto!

ActivityChecklist

1. Clickonthestage,andthenclickthe‘Sounds’tabandthen

‘Choosesoundfromlibrary’toaddsomemusictothestage.

Themusicisinthe‘MusicLoops’section.

2. Addthiscodetoyourstage,rememberingtoselectthesound

thatyouchose:

3. Thiscoderepeatedlyplaysthemusicthatyouhavechosen.

Clicktheflagtotestitout!

4. Youcanevenaddthiscodetoyourstage,toallowyoutomute

andunmutethebackgroundmusicusingthe‘m’and‘u’keys:

Page 17: Scratch 1 Rock Band - Computing Unlocked€¦ · 1 These projects are for use in Code Clubs within the UK. For clubs outside the UK, please visit projects.codeclubworld.org. Our curriculum

17TheseprojectsareforuseinCodeClubswithintheUK.ForclubsoutsidetheUK,pleasevisitprojects.codeclubworld.org.Ourcurriculumisdevelopedintheopenon

GitHub(github.com/CodeClub),andweencouragecontributionsfromourcommunity-comeandjoinus!

Challenge:Makeyourownband

Usewhatyou’velearntinthisprojecttomakeyourownband!

Youcancreateanyinstrumentsyoulike,butlookatthe

availablesoundsandinstrumentstogetsomeideas.

Yourinstrumentsdon’thavetobesensiblethough.Forexample,

youcouldmakeapianomadeoutofmuffins!

Ifyouhaveamicrophoneyoucanrecordyourownsounds,or

evenuseawebcamtohityourinstruments!

Saveyourproject

Saveyourproject