Updating deck button labels
You may want to update mobile deck button labels at some point - maybe to reflect a current score, etc. The setbutton command allows the labels to be updated (and may have more capabilites in the future).
Example
update score setvar $score=[ $score + 5 ]
update label setbutton id=74 text=$score |