My menu project includes some long text files for the end-user to read. I thought it might be a good idea to add some music while the user reads these lengthy documents.
So, I added an mp3 (Play MP3) following the ‘Open document’ command for one of the text files. The text file opened and then mp3 played… Great! However, the mp3 continued to play after I closed the document, which is not the desired result I was hoping to achieve. Instead, I wanted the mp3 to stop playing when the user closes the document. In addition, the mp3 would not stop playing until I closed the menu.
I would imagine that some sort of variable (or whatever) must be added to either the Open document or Play MP3 command.
Can this be accomplished and if so, what “exactly” do I need to do?
So, I added an mp3 (Play MP3) following the ‘Open document’ command for one of the text files. The text file opened and then mp3 played… Great! However, the mp3 continued to play after I closed the document, which is not the desired result I was hoping to achieve. Instead, I wanted the mp3 to stop playing when the user closes the document. In addition, the mp3 would not stop playing until I closed the menu.
I would imagine that some sort of variable (or whatever) must be added to either the Open document or Play MP3 command.
Can this be accomplished and if so, what “exactly” do I need to do?
Comment