I have a textbox that dynamically loads from a txt file. I’m trying to have the text scroll on its own… kindof like movie credits. The problem that I’m running into is that it appears choppy when it scrolls line by line. How would I make it smooth scroll without any user interaction?
You cant achieve that “smooth” scroll using the textfield.scroll property.
You will have to convert the textfield into a movieclip and scroll the movieclip instead.
hmm… corrupt zip? I re-uploaded the file. From the sounds of it, converting the loaded text into an MC is the only way to get it to smooth scroll. Most of the code that I’ve seen, you have to enter an X height in order for it to know where to loop so the MC appears to be endless. How would I get the X height of a dynamically loaded text file?