I try to convert to ogg, to wav. same result. On the view actor, I put a draw->music and it play just 1/10 a secound in loop.
Re: MUsic not playing well
Posted: Mon May 30, 2011 2:31 pm
by schnellboot
where is the music playing code located in?
Re: MUsic not playing well
Posted: Mon May 30, 2011 3:09 pm
by lcl
Ogg and wav work, but you can't use it in draw actor because draw actor event is triggered every frame the actor is drawn and since view is drawn all the time, it starts from beginning over and over again.
You have to use create actor event. Then it starts when view is created.