Is there a way to pause music in Turing?
Author |
Message |
boomgreen87
|
Posted: Wed Jun 01, 2016 9:13 am Post subject: Is there a way to pause music in Turing? |
|
|
I am making a game for my final task in my Grade 12 programming class and if possible, I would like to add the option to pause the game. However, music is a big part of it and I would need to pause the music along with the game. Is there a way to do so? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Dragon20942
|
Posted: Wed Jun 29, 2016 10:54 pm Post subject: RE:Is there a way to pause music in Turing? |
|
|
There is no way to pause the music, unless, I suppose if you somehow outsource the playing.
You can stop the music with Music.PlayFileStop though. The only problem is that there is no way to resume the file from where you left off. |
|
|
|
|
|
|
|