Hi All,
I been working on some code to utilize the scrollpane and fill it with mc defined from an array. For instance if my array has 10 names, I would like to attach a mc 10 times and assign onPress function to each button. Any ideas/sample code/tutes on how to accomplish this. So far I have been able to attach 10 mc to the stage with a for loop.