From 703261b49e658f488e8d8e69e49b00aecd129dcf Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 10 Dec 2014 14:23:29 +0900 Subject: two new sound effects --- js/main.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'js') diff --git a/js/main.js b/js/main.js index 8c6160a..ed2aa69 100644 --- a/js/main.js +++ b/js/main.js @@ -147,6 +147,12 @@ $.ionSound({ { name: "onetwothree", }, + { + name: "too_noisy", + }, + { + name: "sit_down_quickly", + }, { name: "school_bell", } @@ -319,6 +325,12 @@ $(document).ready(function(){ $('#one-two-three').button(); $('#one-two-three').click(function (){$.ionSound.play("onetwothree");}); + $('#too-noisy').button(); + $('#too-noisy').click(function (){$.ionSound.play("too_noisy");}); + + $('#sit-down-quickly').button(); + $('#sit-down-quickly').click(function (){$.ionSound.play("sit_down_quickly");}); + $('#timeWastingClockGo').button(); $('#timeWastingClockGo').click(timeWastingClock.toggle); -- cgit v1.2.3