Hi,
I'm posting here because this is probably something I'm doing wrong rather than a bug <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile"> The narration in this projects starts off OK, but when it get's to the second sound file I get a horrible audio glitch.
Here's a slimmed down version of my capx :
https://dl.dropboxusercontent.com/u/437 ... itch2.capx
Help?
Cheers,
Martin
Develop games in your browser. Powerful, performant & highly capable.
Problem fixed!!
After a little more fiddling I realized the sound was playing every tick, so I added a 'trigger once' and it works.
Audio should be played only once.
Putting Audio play actions under every tick actions like "Key is down" , "Every tick" can cause this.
Remember!