Dynamic Scrolling Text

I have read kirupa’s tutorial on dynamically scrolling text in MX. I have managed to get that working.Thanks for the help.

However I am still encountering problems. My flash animation has multiple scenes which require the scrolling of differnt textfiles in each scene. During my animation running, i switch betwen scenes. The first scene to load works fine with scrolling text, but when I move to other scenes while the animation is running, the scrolling text does not function.

can you help?
thanks

I highly recommed using loadMovie() instead of scenes. This saves on file size and will solve the problem you are having with your scrollbar.

using loadMovie() allows you to preload each scene individually as it is called on, leaving unviewed sections unloaded. So using loadMovie() prevents extra loading time for no reason.