I want to use dynamic text with the scrollbar as written on your website. I use the next actionscript:
loadText = new loadVars();
loadText.load(“tekst/bike.txt”);
//creating the loadVarsText function
loadText.onLoad = function() {
scroller.text = this.biketext;
};
When I test the movie it works well, but when I load it into a another movie there is no text visable. What is wrong…