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

Simplify process to add & play sound #443

Closed
nighca opened this issue Apr 30, 2024 · 0 comments · Fixed by #501
Closed

Simplify process to add & play sound #443

nighca opened this issue Apr 30, 2024 · 0 comments · Fixed by #501
Assignees

Comments

@nighca
Copy link
Collaborator

nighca commented Apr 30, 2024

Present situation

To add & play sound in Builder, you need to:

  1. Add sound (upload/record/choose) with name foo

  2. Define sound vars in the code of Stage

    var (
      foo Sound
    )
  3. Call play foo in code

Step 2 may be avoidable, & step 3 may be simplified

Expected

  1. Add sound (upload/record/choose) with name foo
  2. Call play "foo" in code
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 a pull request may close this issue.

1 participant