I have a superstate with 12 audio files in it, and a single media end event from the superstate to another state. My hope/expectation was that when one of the audio files ends, the media end event would cause it to transition to the next state. But what actually ends up happening is that it just loops the audio file, and never moves on to the next state.
I know I can make it work by adding individual media end events to each audio file, but it seems like the one media end event should be able to do it.
What am I missing? Is there something about media end that just doesn't work with a superstate?