Updated Soundboard Actions (markdown)

CDeenen
2021-01-07 04:18:29 +01:00
parent c79473b726
commit ffdfaeae15

@@ -49,35 +49,29 @@ Select the mode of the button
## Mode: Play Sound ## Mode: Play Sound
Play or stop the selected sound Play or stop the selected sound
#### Sound Number
The sound to play. The number corresponds with the number in the 'Soundboard Configuration'.
#### Display Name #### Display Name
Toggles whether or not the button should display the sound's name, as set in the 'Soundboard Configuration'. Toggles whether or not the button should display the sound's name, as set in the 'Soundboard Configuration'.
#### Display Icon #### Display Icon
Toggles whether or not the button should display the sound's icon, as set in the 'Soundboard Configuration'. Toggles whether or not the button should display the sound's icon, as set in the 'Soundboard Configuration'.
#### Sound Number
The sound to play. The number corresponds with the number in the 'Soundboard Configuration'
#### Background #### Background
Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).<br> Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).
You set the color using hexadecimal values, and it must start with '#'.<br>
You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
## Mode: Offset ## Mode: Offset
With offset you can give the sound number an offset allowing easy switching between displaying different sounds. With offset you can give the sound number an offset allowing easy switching between displaying different sounds.
#### Offset #### Offset
Sets the amount the sound number needs to be offset when the button is pressed Sets the amount the sound number needs to be offset when the button is pressed.
#### On Color #### On Color
Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.<br> Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.
You set the color using hexadecimal values, and it must start with '#'.<br>
You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
#### Off Color #### Off Color
Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.<br> Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.
You set the color using hexadecimal values, and it must start with '#'.<br>
You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
#### Background #### Background
Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).<br> Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).<br>
@@ -88,6 +82,4 @@ You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find
Pressing this will stop all currently playing sounds Pressing this will stop all currently playing sounds
#### Background #### Background
Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).<br> Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).
You set the color using hexadecimal values, and it must start with '#'.<br>
You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.