Computer Science Canada HELP! I need to end a fork process for a long song! |
Author: | CreatedByGabe [ Fri Jun 05, 2015 6:32 pm ] | ||
Post subject: | HELP! I need to end a fork process for a long song! | ||
Hi! I have a really big problem! I'm Making a game but the thing is that when I press "A" it need it to end the Process! How do I end the fork process! Here is my code, Take a look at it (I use turing 4.1 because 4.1.1 is not good at generating .exe's!)
|
Author: | Zren [ Fri Jun 05, 2015 6:46 pm ] |
Post subject: | RE:HELP! I need to end a fork process for a long song! |
There's an example of an interuptable looping song in the documentation for Music.PlayFileStop Edit: You could also use Music.PlayFileLoop instead of doing the looping/forking yourself. |
Author: | CreatedByGabe [ Fri Jun 05, 2015 6:54 pm ] | ||||||
Post subject: | RE:HELP! I need to end a fork process for a long song! | ||||||
Zren Wrote wrote: There's an example of an interuptable looping song in the documentation for Music.PlayFileStop
Edit: You could also use Music.PlayFileLoop instead of doing the looping/forking yourself. Thank you but I already found the soultion! instead of
You put
Putting Music.PlayFileLoop would help because you can do
to stop it! Thanks Though But I already fixed the problem! |