From c07083568106a0bcf4c9d55c9651b114317f682c Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Tue, 18 Nov 2014 14:41:56 -0800 Subject: [PATCH] use move sounds for turning until further research and foley work --- examples/entityScripts/movable.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/examples/entityScripts/movable.js b/examples/entityScripts/movable.js index 91042411af..21e6261179 100644 --- a/examples/entityScripts/movable.js +++ b/examples/entityScripts/movable.js @@ -32,9 +32,15 @@ ]; this.turnSoundURLS = [ - "http://public.highfidelity.io/sounds/MovingFurniture/FurnitureTurn1.wav", - "http://public.highfidelity.io/sounds/MovingFurniture/FurnitureTurn2.wav", - "http://public.highfidelity.io/sounds/MovingFurniture/FurnitureTurn3.wav" + + "http://public.highfidelity.io/sounds/MovingFurniture/FurnitureMove1.wav", + "http://public.highfidelity.io/sounds/MovingFurniture/FurnitureMove2.wav", + "http://public.highfidelity.io/sounds/MovingFurniture/FurnitureMove3.wav" + + // TODO: determine if these or other turn sounds work better than move sounds. + //"http://public.highfidelity.io/sounds/MovingFurniture/FurnitureTurn1.wav", + //"http://public.highfidelity.io/sounds/MovingFurniture/FurnitureTurn2.wav", + //"http://public.highfidelity.io/sounds/MovingFurniture/FurnitureTurn3.wav" ];