Hi there, I am trying to make an application that will load XML data into a scrolling info bar and then continually scroll the information without a break (so there is no gap in the display).
The textField and container movie clips are created dynamically and then animated once the XML has loaded. I am having problems though as when I choose to duplicate the MC that has the text loaded into it I can’t see the text. I have tried two methods of duplicating the movie clip:
[AS]container.duplicateMovieClip(“container2”, this.getNextHighestDepth())
[/AS]
and
[AS]duplicateMovieClip(container, “container2”, this.getNextHighestDepth());[/AS]
but neither seem to work.
I have attached the FLA so if someone could have a look and let me know how to get this scroller to work without a gap I would be really grateful.
Many thanks in advance!
Schm