Hi list, Just a short Introduction, My Name is Oliver aka Bladerunner (or Canuma on some IRC chans) I am pretty new to Hollywood and finally found some time to play around with it, it`s nice as it really brings fast results. However I guess I will have a lot of questions from time to time, thankfully this list exists
Ok, first "Problem": I want to play an mp3 as background sound, but it should loop infinitely. As far as I can see, the PlayMusic() function doesn`t offer loop for a music file. So I thought I can trick around and use the PlaySample() function instead, however this seems to introduce other problems. One is, that it plays the mp3 way too fast. This might probably be solved using the pitch argument, however another problem is, that this way my prog takes significanly longer to start, I guess the PlaySample Function loads the whole sample into memory (as it uses datatypes) while PlayMusic actually streams? Is that correct? Also I want to avoid using datatype loading when possible. So is there another Solution how to loop mp3 files? Or did I simply overlook something?
regards Oliver