Dynamic text not showing up [renamed]

I have a deadline and am relatively new to flash - I’ve used a tutorial to load dynamic text into a text field using buttons. The code on each button is

on (release) {
loadText = new loadVars();
loadText.load(“TEXT1.txt”);
loadText.onLoad = function(success) {
if (success) {
// trace(success);
newsBox.html = true;
newsBox.htmlText = this.myNews;
}
};
}

Obviously button 2 loads “TEXT2.txt” and so on

But I need to scroll it using a dragger rather than up and down buttons provided in the components (whch don’t look great). Can anyone help!!!

this should be in the flash forum;)

But where!?

what version of flash do you use?

Flash 8 but I’m saving it out in 7!

Just post it in the Flash 8 or Actionscript forum :wink:
Does not realy matter witch of those 2, but dont post these questions in random please! (-:

LoadVars();
not
loadVars(); (as the tute suggests)

in mx 2004 that is…