// This script is from http://xahlee.org/sl/ . Copyright © 2007 Xah Lee. Permission is granted for use or modification provided this note is intact and the script has permissions for copy, mod, and resell. // Upon touch, play a sound file. Touch again to stop // The sound file must be a “.wav” file and must be less than 10 seconds in duration. string soundFile = "Disdain Female"; // this is in your Library:Sound folder float soundVolume = .5; // ------------------------------ //program begin integer onoff =1; default { touch_start(integer num_detected) { integer i = 0; for(i; i