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
Play or stop the selected sound
#### Sound Number
The sound to play. The number corresponds with the number in the 'Soundboard Configuration'.
#### Display Name
Toggles whether or not the button should display the sound's name, as set in the 'Soundboard Configuration'.
#### Display Icon
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
Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).<br>
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.
Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).
## Mode: Offset
With offset you can give the sound number an offset allowing easy switching between displaying different sounds.
#### 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
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>
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.
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.
#### 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>
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.
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.
#### Background
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
#### Background
Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).<br>
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.
Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).