Scrolling dynam text

I followed the kirupa tut on how to scroll dynam txt, and it worked fine but when i move around in my swf and then return to the part of my movie where the dynam txt with the scroller is, it wont scroll the txt anymore?..anyone know wht to do bout it?

make sure that the target text field in your scrollBar component have the same name as your text instance name.
check that it is dynamic text

already checked it…no problems there…works fine when i visit the dyn text the first time, the second time is the problem…

still can’t get it works?

nopes…is rlllyyy anooying =S

[AS]loadText = new loadVars();
loadText.load(“text.txt”);
loadText.onLoad = function() {
home_txt.text = this.hometxt;
}[/AS]

code seems right?
scrollbar is attached also

post you fla