home *** CD-ROM | disk | FTP | other *** search
- function closeoverlay()
- {
- this._visible = 0;
- this.closenoise.start();
- }
- function showoverlay()
- {
- this._visible = 1;
- this.opennoise.start();
- }
- closenoise = new Sound();
- closenoise.attachSound("miniricochet.aif");
- opennoise = new Sound();
- opennoise.attachSound("bloop.aif");
- stop();
-