ID:273967
 
im tryin to figure out how to add ambient sounds to a changing weather code and try to stop the sound so the next one plays. i dnt know how to work the channels
To play a sound:
//example
usr << sound('gigue.midi') //look up the sound() proc in the reference


To stop playing a sound:
//example
usr << sound(null) //look up the sound() proc in the reference