How do I detect when a song is finished playing? I want to have a song play all the way through and then switch to the next one, and I thought the “stop” node on the sound would output when sound stops but it doesn’t. Thanks in advance.
2 Likes
I don’t think this is currently possible, though it would be a great feature to have.
Psssst @grazer
The easiest way to get around this would be to find out how long the song is and set a timer behavior to however long the song is so it triggers when it stops.
3 Likes
Basically what he said is multiply the song length *10 and then put that in le timer and then you can do your thing
2 Likes