2014-01-29 17:52:17 -08:00
|
|
|
//
|
|
|
|
// globalCollisionsExample.js
|
2014-04-08 17:58:02 -07:00
|
|
|
// examples
|
2014-01-29 17:52:17 -08:00
|
|
|
//
|
|
|
|
// Created by Brad Hefta-Gaub on 1/29/14.
|
2014-04-09 09:21:54 -07:00
|
|
|
// Copyright 2014 High Fidelity, Inc.
|
2014-01-29 17:52:17 -08:00
|
|
|
//
|
|
|
|
// This is an example script that demonstrates use of the Controller class
|
|
|
|
//
|
2014-04-08 18:00:24 -07:00
|
|
|
// Distributed under the Apache License, Version 2.0.
|
|
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
2014-01-29 17:52:17 -08:00
|
|
|
//
|
|
|
|
|
|
|
|
|
2015-05-25 17:15:55 -07:00
|
|
|
print("The is obsolete. Please instead use:");
|
|
|
|
print(" the collisionSoundURL property on entities, or");
|
|
|
|
print(" entityCollisionExample.js");
|