This commit is contained in:
ericrius1 2016-04-01 17:53:02 -07:00
parent f7f7c18d72
commit 048d745af9
2 changed files with 16 additions and 2 deletions

View file

@ -15,7 +15,7 @@
var _this = this;
Script.include("http://public.highfidelity.io/scripts/utilities/tools/cookies.js");
print("EBL PRELOADING NEW VERSION ")
print("EBL PRELOADING NEW VERSION ")
var audioOptions = new AudioEffectOptions({
bandwidth: 7000,
preDelay: 80,
@ -123,7 +123,7 @@ var parameters = [
_this.leaveEntity = function(entityID) {
print('EBL I am outsidee');
panel.destroy();
panel.destroy();
AudioDevice.setReverb(false);
print("Reverb is OFF.");

View file

@ -1,3 +1,17 @@
//
// smallRoom.js
// examples
//
// Created by Freidrica on 4/1/16.
// Copyright 2016 High Fidelity, Inc.
//
// This entity script invokes reverb upon entering an entity acting as a trigger zone
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
(function() {
var _this = this;