Update: CC - Before Render - Moorcow (to6trvr3fj.js) 244 bytes modified

beta.r3js.org
-=yb4f310 2017-11-16 10:08:00 +01:00
parent d992840ba6
commit 809bb9665a
1 changed files with 11 additions and 0 deletions

View File

@ -193,6 +193,17 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
name = 'Audio - Blast 3';
}
if (this.blastSubscription) {
GameLib.Event.Emit(
GameLib.Event.PLAY_AUDIO,
{
name : 'Audio - Ho ho ho'
}
);
this.blastSubscription.remove();
this.blastSubscription = null;
}
this.blastSubscription = GameLib.Event.Subscribe(
GameLib.Event.AUDIO_ENDED,
function(data) {