Does anyone knows what is the code for Screenchange for the label display when the other button is clicked the digital screen label change into another text
Does anyone knows what is the code for Screenchange for the label display when the other button is clicked the digital screen label change into another text
@Yukie570 thanks bro
Here's a simple example:assume the button's input is Activate1,type {Activate1=1?"Burger":"Cheese"} in the label,The result is when click the button,the text would change from Cheese to Burger. Another example is add {Activate2=1?"<#00FF00>":"<#FF0000>"} before,when click Activate2,the color turns from red to green.