Counters : updating text sources
If you add a text source to your scene, you can use UP Deck to initialise it with a number, then use it as a counter or score board.
The command to update a text source counter is counter
The parameters are;
- source=<text source name> (case sensitive)
- reset=<new value> (optional)
- add=<number to add> (optional)
- subtract=<number to subtract> (optional)
- digits=<number of digits> (optional)
- delay=<time> (optional)
The optional delay specifies a time (in milliseconds) to wait before running the command.
Example - update a text source named Score1 - add 1 to the current value and display it as a two digit number.
Player 1 scores counter source=Score1 add=1 digits=2 |
Next: Countdown timers