Sounds are echoing..

0 favourites
  • 5 posts
From the Asset Store
75 explosion sound effects. Essential for many games, Explosions Sounds contains a mix of explosion and impact sounds.
  • Hi. I've got background music, and a couple of sound effects in my game.

    SFX imported as Sounds. Music imported as Music.

    When each sound is triggered, it seems to be echoing. Instead of a nice little "ding" for a correct answer, it rings like a phone. And instead of a soft "boing" for an incorrect answer, it reverberates like a slinky dying a tragic death.

    I've tried preloading and I've tried moving the actions/events around. Nothing fixes it.

    And the background music plays just fine.

    Any ideas and suggestions are appreciated. Thanks!

    jason

  • You are probably playing the sound every tick. Make sure the conditions only let it play once.

  • Hey thanks for the reply.

    It's only echoing for a few extra seconds, almost like the sound is being played 10 times instead of once. Definitely not every tick. I have two functions being called: "Valid" and "Invalid", with either the boing or the chime sounds playing depending on which function is called. I have tried placing the sound actions inside the functions themselves and it does the exact same thing.

    The strange thing is when the audio files are moved from Sounds folder to Music folder they play perfectly, aside from a delay (which I can't have either).

  • The Trigger once condition usually solves repeating sound issues. Of it is not that, a simplified capx of the problem would help to diagnose the issue.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Trigger once did the trick. Thanks so much!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)