Forum Moderators: open
For example I have a catagory of products; each product will have a picture and a dicription, but the number of products may change (depending on the info from the database.
I can get the info properly loaded into seperate movieclips but the problem is that I can not make them scroll as one unit. The scrollpane sees the movileClip that holds all the products(nested movieclips)but when the movie loads the intial value of the the main moviclip is 0, since the info hasn't loaded dynamically from the database yet, therefore it doesn't see anything to scroll.
Is there a load order available so that the movieclip egt its info(from the DB) before the scrollpane looks for its content
Please Help
Just need to scroll multiple dynamic movieclips