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

Javalab: play sound in Playground when signal received #42642

Merged
merged 7 commits into from Sep 24, 2021

Conversation

bencodeorg
Copy link
Contributor

Plays a sound when PLAY_SOUND signal received from Javabuilder. Stops playing sound when a user clicks the "Stop" button.

Also includes this bit of cleanup to prevent 404 errors when trying to reset background images when running a program.

Links

Testing story

I manually tested this, where I was able to play a sound, stop that sound when I hit the stop button, and got an appropriate error when I tried to use a sound file that was not in the asset manager. I also added unit tests similar to those for setting a background image.

This change will also result in us running the onStop() method in Neighborhood -- it looks reasonable, and I ran (and stopped) on a simple Neighborhood level with this change without issue. Theater has no onStop() implemented.

Copy link
Contributor

@sanchitmalhotra126 sanchitmalhotra126 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, nice refactor! Just two behavior things

apps/src/javalab/Playground.js Outdated Show resolved Hide resolved
apps/src/javalab/Playground.js Outdated Show resolved Hide resolved
apps/src/javalab/Playground.js Show resolved Hide resolved
apps/src/javalab/Playground.js Outdated Show resolved Hide resolved
apps/src/javalab/Playground.js Show resolved Hide resolved
Copy link
Contributor

@sanchitmalhotra126 sanchitmalhotra126 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

apps/test/unit/javalab/PlaygroundTest.js Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

None yet

2 participants