multitasking on the device ?
Posted: Mon Feb 21, 2011 10:42 am
hallo,
i have to play sound in my project. i do that with the following code:
when this happens, i have a break of a few seconds of any activity. the sound file is about 1.8 megabyte in size. i would like to show that something happens in the background during that time. hence i show an animated progress bar.
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.
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.