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

Explosion SFX doesn't work properly #16

Open
jadebrew opened this issue Aug 26, 2012 · 3 comments
Open

Explosion SFX doesn't work properly #16

jadebrew opened this issue Aug 26, 2012 · 3 comments

Comments

@jadebrew
Copy link
Member

The Explosion SFX should play on impact, but instead it plays randomly (I really have no clue what triggers it)

@JustAPerson
Copy link
Contributor

SFX_Explosion is played whenever ship:dohit() is called, which is only in collision code.

Should NPC collisions play SFX_Explosion as well? Maybe at a lower volume if possible.

@jadebrew
Copy link
Member Author

I wouldn't know. The player ship should sound more frequently (on each impact) if you do that for NPC too, it will be one noisy game. You can try to lower volume, yes. But still I think somehow it's random in the sense that when the player hits a wall, sometimes you do hear the sound, but most of the times you don't.

@Textmode
Copy link
Member

Just thought I'd mention; There is a lib.soundmanager

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

No branches or pull requests

3 participants