I have a common event set up to play a heart pulsing sound when you get hurt a certain amount.
I used one of the built-in "knock" sounds to make it
It plays it twice, then waits 20 frames. The two beats repeat 4 times.
When this happens, the game freezes until the sound ends. I want to be able to keep moving/fighting while this is going on. Whats the problem? I'm guessing it has to do with the "wait 20 frames" thing. So I fI just had a sound file of the heartbeat itself without waiting, would that fix the problem?
NOTE: I have this event set up as "parallel" already.
there's a little trick you can use, make an event on a map you can't access, then instead of the wait event, simply make that event walk a couple of steps, and use the command right underneath it (theoreticly) the one that waits until the movement finishes.
that's my 2 cents, if this doesn't work, then I dunno.
EDIT: instead of making a separate map with an event (wont work) just make the common event itself 'walk' so to speak.