Verse Library verse

01 Fragment

Registers a specific player with the radio device and triggers immediate looping audio playback.

verse-library/verse-sound-music-loops/01-fragment.verse

# A Radio Device plays curated, looping music. Unlike the Audio Player, you
# Register the agents who should hear it, then Play(). Registering per-player
# lets each person hear their own soundtrack; Play() with nobody special
# registered plays the device's music out into the world from its position.
DanceFloorRadio.Register(Player)
DanceFloorRadio.Play()

Comments

    Sign in to vote, comment, or suggest an edit. Sign in