Is there a way to stop music from playing once its started?
I tryed event disable but that didnt work.
Anyone know?
When I switch onto the end of level screen I need the music to stop.
mysound=PlaySound2("<sound file>", 1.000000, 1, 0.000000);
surely there must be a way to stop music!
If not there should be in the next version.
Use stopSound
mysound = PlaySound2("<sound file>", 1.000000, 1, 0.000000);
stopsound( mysound );
Users browsing this forum: No registered users and 1 guest