Below is how I am using the loading of Dynamic text with scrollbars. I am trying to get the text to preload but it just does not seem to wrk out right. Does anyone know how to load all text files with the preloader or something?!?!?
a place where it has tutorials of advanced usage of dynamic text???
loadVarsText = new loadVars();
loadVarsText.load(“who.txt”);
loadVarsText.onLoad = function(success) {
if (success) {
who.html = true;
who.htmlText = this.who;
}
};