Blockland Forums > Suggestions & Requests
Input Event: onLoopEnd
Advanced Bot:
When the music brick ends it's loop, the event is called.
This would be pretty neat.
Setro:
I dont know but I think this would need a coding change in the music system.
Kalphiter:
Music is stateless: The server tells a client to start playing certain music (either at spawn or when the music is changed)and that's the end of it.
Zeblote:
--- Quote from: Kalphiter on May 06, 2013, 03:58:26 PM ---Music is stateless: The server tells a client to start playing certain music (either at spawn or when the music is changed)and that's the end of it.
--- End quote ---
This means, different clients will play music unsynchronized if they start hearing it at a different time / have a different timescale (not sure about the last one)
So, there is no way you can do this.
Duhman115:
--- Quote from: Zeblote on May 06, 2013, 04:11:02 PM ---This means, different clients will play music unsynchronized if they start hearing it at a different time / have a different timescale (not sure about the last one)
--- End quote ---
I feel like that should be changed, it makes it hard to make a efficient music system with just music bricks.