-
Question for Anyone
n=8;
showtext=text.sourceText.substr(0,n)+”_”;I used this code and it on accident gave me exactly what i needed. Thanks. What I was looking for was to have text type on inversely to normal. Usually you type in a linear fashion…what I was looking for was for each letter to push the previous letters index away from the words anchor point. so if a word is right justified it types out to the left but from its right justified anchor point. Confused yet? Sorry
This code did this perfectly, however when doing the exact opposite the text types on like usual.(Left justified typed out one letter after the other…unwanted) Any way to duplicate the wanted behavior would be much appreciated..