Scrolling text not working

Hello

I have the following on my frame


textMovie.loadVariables("text/weddings/create/left.txt");
textMovie.left.scroll=0;

Although it does not work. Attached is the fla (i experimented with various scopes and still no luck).

Sandman9

i have now tried

this.loadVariables(“text/weddings/create/left.txt”, textMovie);

_root.loadVariables(“text/weddings/create/left.txt”, textMovie);

_global.loadVariables(“text/weddings/create/left.txt”, textMovie);

textMovie.loadVariables(“text/weddings/create/left.txt”);

And none of them work so I’m guessing the problem is something else …

day number two … this can’t be that hard guys :smiley:

Sandman9

Did you run a TRACE command to see if your data is being loaded?

Ive had the same problem It does suck. Must be a flaw or something. I missed a deadline because of it. If you put a a few carriage returns in the dynamic text box followed by a couple of lines of text. This gives the computer some thinking time and will replace the text that you have entered with the dynamic text data. Sounds wierd but Ive got it working for a product catalogue. Give it a shot.

I cant promise anything because Ive always found that dynamic text scrollers are a bit iffy. If you have the funds use macromedia director. These are godsends when it comes to getting what you what and quicker.

Hope this helps
Scott