SlideShare a Scribd company logo
IG3 Task 2 - Programming sounds into my game Elliot Black
I started by loading in the pre-made level of a top down shooter that involves a plane shooting enemies
continuously until the player dies. The level came with pre-made sounds and objects that I could edit to
replace the sounds that were originally there, with my own. I started by removing the sounds that were
originally there.
I then added my own sounds which I had created prior, into the sounds folder and renamed them
appropriately, o that they could be accessed easily and not be confused with other sounds for other
objects.
To get the background music to play continuously, I had to create an object for my background music
and set its properties so that at the start of the level it would play on a loop until the player died and
restarted. To do this I created an event that would play the background music sound on loop. I then
dragged the object into the game scene so that it would play when the level started.
I then dragged the object into the game scene so that it would play when the level started. Since the
object had no sprite, it would not appear physically in the game, so there would just be music playing.
For the player death sound, I just created an event in the player explosion object that plays the death
sound when the death animation starts. I didn’t have to create an event here as there already was one
from the prior sounds that were in the game. All I hd to do was reset the action to play the death sound
instead.
I did the same process for the last two sounds; I added the sound to the appropriate object and made it
play whenever the object would activate and since it wasn’t set to loop, it play separately each time the
object was activated and not constantly. However the each time the level restarted the background
music didn’t stop and played an extra over the one already paying when a new level began. To fix this, I
created an extra event that when the player death object activated, the background music would end.
The end product had all sounds working perfectly without any cutting out or overlapping and with all pf
them being activated at the right time.
IG3 PROGRAMMING ANNOTATIONS

More Related Content

What's hot

Iain game maker
Iain game makerIain game maker
Iain game maker
terry96
 
Programming sounds into my game
Programming sounds into my gameProgramming sounds into my game
Programming sounds into my game
Jake-hyatt123
 
Task 6 track 1 annotation
Task 6 track 1 annotationTask 6 track 1 annotation
Task 6 track 1 annotationGladeatorkid
 
Ig3 task 2 annotation
Ig3 task 2 annotationIg3 task 2 annotation
Ig3 task 2 annotationluisfvazquez1
 
Programming sounds into my game annotation
Programming sounds into my game annotationProgramming sounds into my game annotation
Programming sounds into my game annotationamybrockbank
 
Game maker sound info
Game maker sound infoGame maker sound info
Game maker sound infoconor0994
 
Programing the sounds into my game
Programing the sounds into my gamePrograming the sounds into my game
Programing the sounds into my game
davidhall1415
 
Task 7 Evidence
Task 7 EvidenceTask 7 Evidence
Task 7 Evidence
JoshuaRidett
 
Sound game maker explanations
Sound game maker explanationsSound game maker explanations
Sound game maker explanationseduriez
 
Analysis2
Analysis2Analysis2
Analysis2Fryers
 
Task 7 - overlaying sound
Task 7 - overlaying soundTask 7 - overlaying sound
Task 7 - overlaying sound
Jakeyhyatt123
 

What's hot (19)

Iain game maker
Iain game makerIain game maker
Iain game maker
 
Programming sounds into my game
Programming sounds into my gameProgramming sounds into my game
Programming sounds into my game
 
IG3 task 2
IG3 task 2IG3 task 2
IG3 task 2
 
Ig3 task 2
Ig3 task 2Ig3 task 2
Ig3 task 2
 
IG3 Task 2
IG3 Task 2IG3 Task 2
IG3 Task 2
 
Adam hughes ig3 annotations
Adam hughes ig3 annotationsAdam hughes ig3 annotations
Adam hughes ig3 annotations
 
Task 6 track 1 annotation
Task 6 track 1 annotationTask 6 track 1 annotation
Task 6 track 1 annotation
 
Ig3 task 2 annotation
Ig3 task 2 annotationIg3 task 2 annotation
Ig3 task 2 annotation
 
Programming sounds into my game annotation
Programming sounds into my game annotationProgramming sounds into my game annotation
Programming sounds into my game annotation
 
Game maker sound info
Game maker sound infoGame maker sound info
Game maker sound info
 
Sound effect analysis
Sound effect analysisSound effect analysis
Sound effect analysis
 
Programing the sounds into my game
Programing the sounds into my gamePrograming the sounds into my game
Programing the sounds into my game
 
Task 7 Evidence
Task 7 EvidenceTask 7 Evidence
Task 7 Evidence
 
Game screenshots
Game screenshotsGame screenshots
Game screenshots
 
Sound game maker explanations
Sound game maker explanationsSound game maker explanations
Sound game maker explanations
 
Analysis2
Analysis2Analysis2
Analysis2
 
Task 7 - overlaying sound
Task 7 - overlaying soundTask 7 - overlaying sound
Task 7 - overlaying sound
 
Canteen Recording - FX Description
Canteen Recording - FX DescriptionCanteen Recording - FX Description
Canteen Recording - FX Description
 
Task 2 part 3
Task 2 part 3Task 2 part 3
Task 2 part 3
 

Viewers also liked

teacher to manager article
teacher to manager articleteacher to manager article
teacher to manager article
adhockley
 
Infos sur le_ragondin
Infos sur le_ragondinInfos sur le_ragondin
Infos sur le_ragondinRabolliot
 
Disney
DisneyDisney
Disney
hammoudehsr4
 
La belleza y las relaciones (1)
La belleza y las relaciones (1)La belleza y las relaciones (1)
La belleza y las relaciones (1)Miguel Sanz
 
A Christmas Short Story
A Christmas Short StoryA Christmas Short Story
A Christmas Short Story
seomav
 
история рождественского гостя - The Christmas Guest
история рождественского гостя - The Christmas Guestистория рождественского гостя - The Christmas Guest
история рождественского гостя - The Christmas Guest
Freekidstories
 
[lehre] Reflexion der Projektarbeit
[lehre] Reflexion der Projektarbeit[lehre] Reflexion der Projektarbeit
[lehre] Reflexion der Projektarbeit
Sandra Schön (aka Schoen)
 

Viewers also liked (7)

teacher to manager article
teacher to manager articleteacher to manager article
teacher to manager article
 
Infos sur le_ragondin
Infos sur le_ragondinInfos sur le_ragondin
Infos sur le_ragondin
 
Disney
DisneyDisney
Disney
 
La belleza y las relaciones (1)
La belleza y las relaciones (1)La belleza y las relaciones (1)
La belleza y las relaciones (1)
 
A Christmas Short Story
A Christmas Short StoryA Christmas Short Story
A Christmas Short Story
 
история рождественского гостя - The Christmas Guest
история рождественского гостя - The Christmas Guestистория рождественского гостя - The Christmas Guest
история рождественского гостя - The Christmas Guest
 
[lehre] Reflexion der Projektarbeit
[lehre] Reflexion der Projektarbeit[lehre] Reflexion der Projektarbeit
[lehre] Reflexion der Projektarbeit
 

Similar to IG3 PROGRAMMING ANNOTATIONS

Sound programme process
Sound programme processSound programme process
Sound programme processhalo4robo
 
IG3 Task 2
IG3 Task 2IG3 Task 2
IG3 Task 2terry96
 
Programming sounds into my game
Programming sounds into my gameProgramming sounds into my game
Programming sounds into my game
Ben Atherton
 
Unit 73- Criteria 4: Programming Sounds Into a Video Game.
Unit 73- Criteria 4: Programming Sounds Into a Video Game.Unit 73- Criteria 4: Programming Sounds Into a Video Game.
Unit 73- Criteria 4: Programming Sounds Into a Video Game.ConnahTilley
 
Reflections 2
Reflections  2Reflections  2
Reflections 2
OliviaCrossley
 
6. Production Reflection
6. Production Reflection6. Production Reflection
6. Production Reflection
SpencerFox5
 
Making My Game
Making My Game Making My Game
Making My Game
terry96
 
Video Game production experiments
Video Game production experimentsVideo Game production experiments
Video Game production experiments
aliceleeman
 
6. production reflection
6. production reflection6. production reflection
6. production reflection
JackRoberts76
 
Sound Manipulation - Evidence and Annotations
Sound Manipulation - Evidence and AnnotationsSound Manipulation - Evidence and Annotations
Sound Manipulation - Evidence and AnnotationsMagicalPotato9000
 
Game maker audio editing
Game maker audio editingGame maker audio editing
Game maker audio editingJordanSmith96
 
Cut Sequence Analysis 1
Cut Sequence Analysis 1Cut Sequence Analysis 1
Cut Sequence Analysis 1LewisBowers
 
Cut Sequence Analysis
Cut Sequence Analysis Cut Sequence Analysis
Cut Sequence Analysis
LewisBowers
 
Ben loynd ig3 task 2
Ben loynd ig3 task 2Ben loynd ig3 task 2
Ben loynd ig3 task 2benloynd
 
6.%20 production%20reflection(2)%20(luke%20headland)
6.%20 production%20reflection(2)%20(luke%20headland)6.%20 production%20reflection(2)%20(luke%20headland)
6.%20 production%20reflection(2)%20(luke%20headland)
LukeHeadland2
 
7. production reflection
7. production reflection7. production reflection
7. production reflection
Josh Brownsword
 

Similar to IG3 PROGRAMMING ANNOTATIONS (20)

Sound programme process
Sound programme processSound programme process
Sound programme process
 
Task 2
Task 2Task 2
Task 2
 
IG3 Task 2
IG3 Task 2IG3 Task 2
IG3 Task 2
 
Task 2
Task 2Task 2
Task 2
 
Programming sounds into my game
Programming sounds into my gameProgramming sounds into my game
Programming sounds into my game
 
Unit 73- Criteria 4: Programming Sounds Into a Video Game.
Unit 73- Criteria 4: Programming Sounds Into a Video Game.Unit 73- Criteria 4: Programming Sounds Into a Video Game.
Unit 73- Criteria 4: Programming Sounds Into a Video Game.
 
Reflections 2
Reflections  2Reflections  2
Reflections 2
 
6. Production Reflection
6. Production Reflection6. Production Reflection
6. Production Reflection
 
Last of us
Last of usLast of us
Last of us
 
Making My Game
Making My Game Making My Game
Making My Game
 
Video Game production experiments
Video Game production experimentsVideo Game production experiments
Video Game production experiments
 
6. production reflection
6. production reflection6. production reflection
6. production reflection
 
Sound Manipulation - Evidence and Annotations
Sound Manipulation - Evidence and AnnotationsSound Manipulation - Evidence and Annotations
Sound Manipulation - Evidence and Annotations
 
Game maker audio editing
Game maker audio editingGame maker audio editing
Game maker audio editing
 
Cut Sequence Analysis 1
Cut Sequence Analysis 1Cut Sequence Analysis 1
Cut Sequence Analysis 1
 
Cut Sequence Analysis
Cut Sequence Analysis Cut Sequence Analysis
Cut Sequence Analysis
 
Ben loynd ig3 task 2
Ben loynd ig3 task 2Ben loynd ig3 task 2
Ben loynd ig3 task 2
 
6.%20 production%20reflection(2)%20(luke%20headland)
6.%20 production%20reflection(2)%20(luke%20headland)6.%20 production%20reflection(2)%20(luke%20headland)
6.%20 production%20reflection(2)%20(luke%20headland)
 
Game Maker images
Game Maker imagesGame Maker images
Game Maker images
 
7. production reflection
7. production reflection7. production reflection
7. production reflection
 

More from ElliotBlack

Simulator Game Group report EB
Simulator Game Group report EBSimulator Game Group report EB
Simulator Game Group report EB
ElliotBlack
 
Production diary done
Production diary doneProduction diary done
Production diary doneElliotBlack
 
Final major project production diary template 2014 2015 elliot black
Final major project production diary template 2014 2015 elliot blackFinal major project production diary template 2014 2015 elliot black
Final major project production diary template 2014 2015 elliot blackElliotBlack
 
Art moodboard
Art moodboardArt moodboard
Art moodboard
ElliotBlack
 
Fmp presentatatat
Fmp presentatatatFmp presentatatat
Fmp presentatatat
ElliotBlack
 
Pitch pitch
Pitch pitchPitch pitch
Pitch pitch
ElliotBlack
 
Final major project proposal form contrast
Final major project proposal form contrastFinal major project proposal form contrast
Final major project proposal form contrast
ElliotBlack
 
Fmp secondary research
Fmp secondary researchFmp secondary research
Fmp secondary research
ElliotBlack
 
Fmp Task 1
Fmp Task 1 Fmp Task 1
Fmp Task 1
ElliotBlack
 
ig5 assignment final major project 2014 to 2015
    ig5 assignment final major project 2014 to 2015    ig5 assignment final major project 2014 to 2015
ig5 assignment final major project 2014 to 2015
ElliotBlack
 
3 d environment ideas
3 d environment ideas3 d environment ideas
3 d environment ideasElliotBlack
 
Unit 68 research
Unit 68 researchUnit 68 research
Unit 68 research
ElliotBlack
 
Elliot Black 3D game Workflow
Elliot Black 3D game WorkflowElliot Black 3D game Workflow
Elliot Black 3D game Workflow
ElliotBlack
 
Animators galore
Animators galoreAnimators galore
Animators galore
ElliotBlack
 
Qualitative survey powerpoinT
Qualitative survey powerpoinTQualitative survey powerpoinT
Qualitative survey powerpoinT
ElliotBlack
 
Quantitative survey powerpoinT
Quantitative survey powerpoinTQuantitative survey powerpoinT
Quantitative survey powerpoinT
ElliotBlack
 
Y1 gd engine_terminologY
Y1 gd engine_terminologYY1 gd engine_terminologY
Y1 gd engine_terminologY
ElliotBlack
 
Y1 gd engine_terminologY
Y1 gd engine_terminologYY1 gd engine_terminologY
Y1 gd engine_terminologY
ElliotBlack
 
IG je game engines_y2_assignment brief
IG je game engines_y2_assignment briefIG je game engines_y2_assignment brief
IG je game engines_y2_assignment brief
ElliotBlack
 

More from ElliotBlack (20)

Simulator Game Group report EB
Simulator Game Group report EBSimulator Game Group report EB
Simulator Game Group report EB
 
Production diary done
Production diary doneProduction diary done
Production diary done
 
Final major project production diary template 2014 2015 elliot black
Final major project production diary template 2014 2015 elliot blackFinal major project production diary template 2014 2015 elliot black
Final major project production diary template 2014 2015 elliot black
 
level design
level designlevel design
level design
 
Art moodboard
Art moodboardArt moodboard
Art moodboard
 
Fmp presentatatat
Fmp presentatatatFmp presentatatat
Fmp presentatatat
 
Pitch pitch
Pitch pitchPitch pitch
Pitch pitch
 
Final major project proposal form contrast
Final major project proposal form contrastFinal major project proposal form contrast
Final major project proposal form contrast
 
Fmp secondary research
Fmp secondary researchFmp secondary research
Fmp secondary research
 
Fmp Task 1
Fmp Task 1 Fmp Task 1
Fmp Task 1
 
ig5 assignment final major project 2014 to 2015
    ig5 assignment final major project 2014 to 2015    ig5 assignment final major project 2014 to 2015
ig5 assignment final major project 2014 to 2015
 
3 d environment ideas
3 d environment ideas3 d environment ideas
3 d environment ideas
 
Unit 68 research
Unit 68 researchUnit 68 research
Unit 68 research
 
Elliot Black 3D game Workflow
Elliot Black 3D game WorkflowElliot Black 3D game Workflow
Elliot Black 3D game Workflow
 
Animators galore
Animators galoreAnimators galore
Animators galore
 
Qualitative survey powerpoinT
Qualitative survey powerpoinTQualitative survey powerpoinT
Qualitative survey powerpoinT
 
Quantitative survey powerpoinT
Quantitative survey powerpoinTQuantitative survey powerpoinT
Quantitative survey powerpoinT
 
Y1 gd engine_terminologY
Y1 gd engine_terminologYY1 gd engine_terminologY
Y1 gd engine_terminologY
 
Y1 gd engine_terminologY
Y1 gd engine_terminologYY1 gd engine_terminologY
Y1 gd engine_terminologY
 
IG je game engines_y2_assignment brief
IG je game engines_y2_assignment briefIG je game engines_y2_assignment brief
IG je game engines_y2_assignment brief
 

Recently uploaded

一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
h7j5io0
 
Exploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdfExploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdf
fastfixgaragedoor
 
Book Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for DesignersBook Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for Designers
Confidence Ago
 
White wonder, Work developed by Eva Tschopp
White wonder, Work developed by Eva TschoppWhite wonder, Work developed by Eva Tschopp
White wonder, Work developed by Eva Tschopp
Mansi Shah
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
jyz59f4j
 
Research 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdfResearch 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdf
ameli25062005
 
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
7sd8fier
 
Top Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdfTop Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdf
PlanitIsrael
 
Expert Accessory Dwelling Unit (ADU) Drafting Services
Expert Accessory Dwelling Unit (ADU) Drafting ServicesExpert Accessory Dwelling Unit (ADU) Drafting Services
Expert Accessory Dwelling Unit (ADU) Drafting Services
ResDraft
 
Mohannad Abdullah portfolio _ V2 _22-24
Mohannad Abdullah  portfolio _ V2 _22-24Mohannad Abdullah  portfolio _ V2 _22-24
Mohannad Abdullah portfolio _ V2 _22-24
M. A. Architect
 
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
smpc3nvg
 
Borys Sutkowski portfolio interior design
Borys Sutkowski portfolio interior designBorys Sutkowski portfolio interior design
Borys Sutkowski portfolio interior design
boryssutkowski
 
Can AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI preludeCan AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI prelude
Alan Dix
 
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
7sd8fier
 
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
smpc3nvg
 
Transforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting ProfitabilityTransforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting Profitability
aaryangarg12
 
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
708pb191
 
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理
n0tivyq
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
cy0krjxt
 
20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf
ameli25062005
 

Recently uploaded (20)

一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
 
Exploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdfExploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdf
 
Book Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for DesignersBook Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for Designers
 
White wonder, Work developed by Eva Tschopp
White wonder, Work developed by Eva TschoppWhite wonder, Work developed by Eva Tschopp
White wonder, Work developed by Eva Tschopp
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
 
Research 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdfResearch 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdf
 
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
 
Top Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdfTop Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdf
 
Expert Accessory Dwelling Unit (ADU) Drafting Services
Expert Accessory Dwelling Unit (ADU) Drafting ServicesExpert Accessory Dwelling Unit (ADU) Drafting Services
Expert Accessory Dwelling Unit (ADU) Drafting Services
 
Mohannad Abdullah portfolio _ V2 _22-24
Mohannad Abdullah  portfolio _ V2 _22-24Mohannad Abdullah  portfolio _ V2 _22-24
Mohannad Abdullah portfolio _ V2 _22-24
 
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
 
Borys Sutkowski portfolio interior design
Borys Sutkowski portfolio interior designBorys Sutkowski portfolio interior design
Borys Sutkowski portfolio interior design
 
Can AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI preludeCan AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI prelude
 
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
 
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
 
Transforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting ProfitabilityTransforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting Profitability
 
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
 
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
 
20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf
 

IG3 PROGRAMMING ANNOTATIONS

  • 1. IG3 Task 2 - Programming sounds into my game Elliot Black I started by loading in the pre-made level of a top down shooter that involves a plane shooting enemies continuously until the player dies. The level came with pre-made sounds and objects that I could edit to replace the sounds that were originally there, with my own. I started by removing the sounds that were originally there.
  • 2. I then added my own sounds which I had created prior, into the sounds folder and renamed them appropriately, o that they could be accessed easily and not be confused with other sounds for other objects.
  • 3. To get the background music to play continuously, I had to create an object for my background music and set its properties so that at the start of the level it would play on a loop until the player died and restarted. To do this I created an event that would play the background music sound on loop. I then dragged the object into the game scene so that it would play when the level started.
  • 4. I then dragged the object into the game scene so that it would play when the level started. Since the object had no sprite, it would not appear physically in the game, so there would just be music playing. For the player death sound, I just created an event in the player explosion object that plays the death sound when the death animation starts. I didn’t have to create an event here as there already was one from the prior sounds that were in the game. All I hd to do was reset the action to play the death sound instead.
  • 5. I did the same process for the last two sounds; I added the sound to the appropriate object and made it play whenever the object would activate and since it wasn’t set to loop, it play separately each time the object was activated and not constantly. However the each time the level restarted the background music didn’t stop and played an extra over the one already paying when a new level began. To fix this, I created an extra event that when the player death object activated, the background music would end.
  • 6. The end product had all sounds working perfectly without any cutting out or overlapping and with all pf them being activated at the right time.