Hi everyone,
here’s my problem:
i made a function for replacing a text letter by letter. You’ve probably seen this effect of putting in place of a text a random one, with the length of the new text and then replacing the random text, letter by letter with the new one.
It worked fine but I had to do some adjustments, because I needed to vertically align the text to the bottom , and I had the newline character in the text which gave me some issues with the aligning.
Since I did this adjustments, string.length returns undefined even if trace(string) shows the correct text in the output window. On the other hand length(string) gives me the right answer. I also use the charAt function which also returns undefined, even if the trace function shows the correct text.
Does anyone have any ideea to where the problem could come from?
Thanks in advance.