i have to play sound in my project. i do that with the following code:
Code: Select all
play specialFolderPath("engine") & "/sound/sound.mp3" looping
the problem is that i can only do one thing, play the sound or run the animation. when i show the animation first, i have the break after the animation. when i start the sound first, i have the break before the animation. is it possible to do both in a multitasking way ?
best, fred.