-
Sound Problem
Trying to have a .wav file play upon the start of a frame. In the event editor, I made an "always" event, and had it "play sample". When I run the frame, the sound is distorted almost beyond recognition. It is not a problem with the .wav itself, as it plays just fine in any audio program. What can I do?
Thanks!
-
Re: Sound Problem
You don't want to do an always event as this will make the file play over and over and over. (All playing milliseconds apart)
Just do a start of frame event and it should work fine.