#Check if a song ends

2 messages · Page 1 of 1 (latest)

rich hare
#

I'm making a title screen for my platformer and I want to chose from a random song every time one ends, is there a way to check if a song played with a song trigger ends?

fast ibex
#

You can't do that with the song trigger. What you can do though, is setup a time trigger with the duration of the song you want. This way, you can activate the song trigger and the time trigger at the same time, so when the song ends the time trigger will trigger something else (in your case could be an advanced random trigger that triggers this setup but with multiple songs)