1
Help / Re: Playlist Sounds
« on: September 11, 2023, 07:56:35 PM »
Thanks. Might it be added as an enhancement in the future?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
<onPlaylistEnter>
</onPlaylistEnter>
<onPlaylistEnter>
<set duration="0.01"><animate type="width" to ="500"/><animate type="height" to ="500"/><animate type="volume" to="1"/></set>
<set duration="0.05"><sound type="highlight" src="sounds/highlight.wav"/></set>
</onPlaylistEnter>
<layout width="1920" height="1080" font="Roboto-Bold.ttf" loadFontSize="32" fontColor="EEEEEEE">
<sound type="load" src="sounds/loadcfw.wav"/>
<sound type="unload" src="sounds/unloadcfw.wav"/>
<sound type="highlight" src="sounds/highlight.wav"/>
<sound type="select" src="sounds/select.wav"/>
...