diff --git a/tutorial/tutorial.js b/tutorial/tutorial.js index 2ffa47523b..53b9b7c3f7 100644 --- a/tutorial/tutorial.js +++ b/tutorial/tutorial.js @@ -644,6 +644,7 @@ stepTurnAround.prototype = { Script.clearInterval(this.interval); this.interval = null; print("DONE"); + playSuccessSound(); onFinish(); } } @@ -697,6 +698,7 @@ stepTeleport.prototype = { print("On pad!!"); Script.clearInterval(this.checkCollidesTimer); this.checkCollidesTimer = null; + playSuccessSound(); onFinish(); } }