This script is from your dynamic text tutorial
on (release) {
loadText = new loadVars();
loadText.load(“text2.txt”);
loadText.onLoad = function(success) {
if (success) {
// trace(success);
newsBox.html = true;
newsBox.htmlText = this.myNews;
}
};
}
I have created an instace with the scrollbar components following your tutorial. I do need to use more than one text boxes on the following pages and some odd behaviour starts. I mean I cannot resize the scrollbox, if i do the text strech, if I make new one using the same componet (with my own skin) it simply doesnt work. So I thought to use the example of your news movie tutorial. I just dont have any bottom to change the text, I will be just opening a new page and I want the text to be there.
Does this make sense? Please Help…
U never answer my questions. Must be my bad english?
Ta
fv