Hello -
I have a dynamic text scroller that only works if I have everything on the main timeline. I am trying to create a movieclip (moving all the same code that was on the main timeline into a MC) but once I do that the dynamic text no longer displays. I have tried adding "../" variations since I moved it down a level into a MC but with no luck.
Here's what I have:
A movieclip labeled Scroller which contains all the code. Movieclip Scroller is on the stage in the main timeline.
Layer 1 Actions for Scroller MC:
loadVariablesNum("/text01.txt", 0);
Layer 2: Graphic Instance with Dynamic text field inside of it. Dynamic text field name: scroller, variable name: text1.
I have tried variations of this but with no luck, I get Error URL.
loadVariablesNum("/text01.txt", 0);
loadVariablesNum("./text01.txt", 0);
loadVariablesNum("../text01.txt", 0);
thanks!
I have a dynamic text scroller that only works if I have everything on the main timeline. I am trying to create a movieclip (moving all the same code that was on the main timeline into a MC) but once I do that the dynamic text no longer displays. I have tried adding "../" variations since I moved it down a level into a MC but with no luck.
Here's what I have:
A movieclip labeled Scroller which contains all the code. Movieclip Scroller is on the stage in the main timeline.
Layer 1 Actions for Scroller MC:
loadVariablesNum("/text01.txt", 0);
Layer 2: Graphic Instance with Dynamic text field inside of it. Dynamic text field name: scroller, variable name: text1.
I have tried variations of this but with no luck, I get Error URL.
loadVariablesNum("/text01.txt", 0);
loadVariablesNum("./text01.txt", 0);
loadVariablesNum("../text01.txt", 0);
thanks!