ID:145149
 
Code:


Problem description:

when ever i try to put in music for my tittle screen it works but when they get to another part the music lapps and plays at teh same time. I need to know how to stop the other music and play the music that needs to be played.
put
src << sound()

to null the old sound
In response to Pirion
thx
In response to Dbgtsuperfreak
Or just set a specific channel. Saves you 1 line of code. :D

src<<sound('asdf.mid',channel=2)