Javascript games programming using Phaser in Dreamweaver lesson 11 - Playing Sound

Channel:
Subscribers:
65,900
Published on ● Video Link: https://www.youtube.com/watch?v=qTYvG1p6SHY



Duration: 12:05
275 views
3


You will learn how to import music files into the game and add them as objects onto the level. You will learn how to play sound effects when you want to in the game. You will also learn how to play background music. Note: To loop the background music, modify the code to add the audio to:
song = game.add.audio('song',0.2,true);
Entire lesson code on Github:
https://github.com/Bulletproofmonk/PhaserGameTutorial/tree/master/lesson11




Other Videos By Magic Monk


2018-03-29Exporting Animated Gif in Adobe After Effects + Black Background fix
2018-03-29VBA Excel 2016 Lesson 11 - Why declare variables and how to make variable declaration compulsory
2018-03-23How to tie / attach Dell Active Pen to laptop / notebook with a string (Latitude 5289)
2018-03-17Quickest way to turn off all pop up notifications in Windows 10
2018-03-10How to make the top 10 in a Fortnite Match
2018-03-03Why Maths is useful in Fortnite - Get your weapon before others!!
2018-02-23Beginner Fortnite tutorial 1 - acquire materials & building structures
2018-02-08VBA Excel 2016 Lesson 10 - Variables, join concatenate Strings
2018-02-05VBA Excel 2016 Lesson 9 - For Next statement, Cells() property
2018-02-03Javascript games programming using Phaser in Dreamweaver lesson 12 - Looped intro animation
2018-02-02Javascript games programming using Phaser in Dreamweaver lesson 11 - Playing Sound
2018-02-01Javascript games programming using Phaser in Dreamweaver lesson 10 - High Scores
2018-01-31AngularJS lesson 4 - linking inputboxes and dropdowns to multidimensional JSON array
2018-01-29AngularJS lesson 3 - Modules and Controllers
2018-01-28Javascript games programming using Phaser in Dreamweaver lesson 9 - Changing States
2018-01-26VBA Excel 2016 Lesson 8 - Select Case statement
2018-01-24VBA Excel 2016 Lesson 6 - If then Else statement
2018-01-23Microsoft Excel Lesson - Pivot Tables
2018-01-18AngularJS lesson 2 - using expressions in HTML tags, ng-model directive, JSON objects
2018-01-16AngularJS Lesson 1 - Set up Visual Studio, ng-app and ng-init Directives, Expressions
2018-01-16VBA Excel 2016 Lesson 7 - Elseif clause, With statement



Tags:
phaser sound
phaser music