Hi, I'm having problems with the sounds that I want to play between frames.
Here's what I want:
- In the menu of my game, when someone clicks a button (let's say start button), I want to play a sound, and I want this sound to carry over the frame and play it until the end of the sound, during the next frame
Here's what I do:
Button Clicked: Play sample DRUM, Set internal flag 1 on
Internal flag is on, Every 00":10 : Next Frame
I also tried simply:
Button Clicked: Play sample DRUM, Next Frame
Here's what's happening:
- Sound is cut when the next frame starts
How can I resolve this, anybody got an idea?
