Hi, I have a line of text - "monkey is good bird is happy elephant is thin dog is running" At three points along the line I need to have five, instead of one, spacebar spaces. …
Assume your Text is called "Text" on the stage, then you can use .html() to edit the text and use   to insert space between letters. sym.$("Text").html("H"+" "+" "+" "+"ELLO")…
