Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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
Problem fixed!!
After a little more fiddling I realized the sound was playing every tick, so I added a 'trigger once' and it works.
Develop games in your browser. Powerful, performant & highly capable.
Audio should be played only once.
Putting Audio play actions under every tick actions like "Key is down" , "Every tick" can cause this.
Remember!