So I am dysleixc and the tutorial was a bit hard to follow. I am now trying to get the character’s footsteps to play from sound 1 to sound 8 and loop, pausing when he stops moving. Are there any tutorials for that? Right now I have this, but fmod plays a random gootstep sound, not the footsteps in order.
Hi,
An option may be to use an FMOD Studio | Glossary - Multi Instrument, with its FMOD Studio | Event Reference - Playlist Selection Mode set to Sequential - global scope
. This way each time the instrument is triggered it will continue to work its way down its playlist playing each step in sequence.
Hope this helps!