Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"stop all audio" and "stop sound effects" do not actually stop looping sound effects. #24

Open
joshwarecom opened this issue Jun 5, 2021 · 0 comments

Comments

@joshwarecom
Copy link

Hypothesis: there may be a typo in the Inform 7 multimedia extension where:

To stop all/-- sound effects:
	execute JavaScript command "$('.vorple-sound').remove()".

To stop all audio:
	execute JavaScript command "$('.vorple-sound').remove();vorple.audio.stopMusic()".

...should be updated to '.vorple-sound-effect' in order to properly stop the sound effects.

There is a similar issue in Inform 6 I posted here:
vorple/inform6#32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant