How do I get an audio file to play as soon as another audio file is done playing? What I’m going for is a sound that slowly gains volume and then an audio file that plays that reached sound and loops… Thanks
Nathan [import]uid: 39302 topic_id: 20154 reply_id: 320154[/import]
general approach would be to add an event listener for when the first sound completes, and inside that listener execute the code to run your second sound in a loop [import]uid: 32462 topic_id: 20154 reply_id: 78742[/import]
Could you give a sample? Sorry, I’m pretty new at this. Thanks. [import]uid: 39302 topic_id: 20154 reply_id: 78759[/import]