Computer Science Canada Turing music stop help |
Author: | BlackfireSD [ Wed Jun 03, 2009 12:23 pm ] | ||
Post subject: | Turing music stop help | ||
What is the problem you are having? trying to stop the music Describe what you have tried to solve this problem Music.PlayFileStop
|
Author: | BlackfireSD [ Wed Jun 03, 2009 12:29 pm ] |
Post subject: | Re: Turing music stop help |
I fixed it by having a loop. loop Music.PlayFileStop cls end loop if this isnt the right way plz say |
Author: | Euphoracle [ Wed Jun 03, 2009 3:28 pm ] | ||
Post subject: | RE:Turing music stop help | ||
Don't do this. Use Music.PlayFileLoop. As it stands, once you "stop" the music, the loop in the process kicks in and restarts it. You really have to follow the code with your finger and try to process how turing will run it. |
Author: | unoho [ Wed Jun 03, 2009 8:41 pm ] |
Post subject: | RE:Turing music stop help |
Music.SoundOf might help |
Author: | andrew. [ Thu Jun 04, 2009 7:06 am ] |
Post subject: | RE:Turing music stop help |
unoho meant to say Music.SoundOff. |