I'd like to set up a text that changes its value at different intervals in my project.
To do this, I have inserted triggers and for each trigger, I have have inserted an action like: sym.$("object 1").html("2");
Although the text changes its value, the formatting doesn't remain.
I would like it to remain Arial 30px white, but when the value changes as a result of the action, it reverts back to some smaller text size arial black.
Any ideas of how to maintain text formatting?