I added sound to my project. It works fine, however when player goes into another room it is still playing. My question is can i stop it when player changes rooms?
1 Like
By default, Inform doesn’t provide any way to stop a sound once it’s started. You’ll need to use an extension that provides more fine-grained control over sounds.
This one adds a straightforward phrase “stop (a sound name)”, but I don’t think it works with the latest version of Inform.
2 Likes
Ok thank you.
1 Like