Quote:
Originally Posted by Paul Ferrie
Your probably setting the scroll height before your content is loaded into the holder.
|
I have a function that controls the enitre scroller, loads up the variables and everything. Inside of the function it looks up the _height of the movie clip. The function is called after the dynamic content is created. In theory that height should be the height of the dynamic content. However, it is as if that line of code is ran before the function is called, like the script runs all built in commands before dynamic content is created when the movie is compiled. Is there any way around this? Should I use a onEnterFrame call?