I have this code:
sym.getSymbol('wordBox').play().stop(1000);
sym.$("wordBox").sym.$("wordBoxText").html("NewText");
The text is not changing, What am I screwing up?
less important, the play/stop shoots from one to another without animating over 1 second. any idea on that?