I'm trying to figure out what's the best way to solve my problem. I want to create a scrolling (vertical scrolling) list that has movieclips in it. I also need the user to be able to drag the movie clips out of the list onto a target. Would a list component be able to do this? Would I be better off creating my own custom scrolling list? I'm still toying with stuff and all this CS3 hooey is new to me.

edit: Also what I'm thinking is that if I can't drag objects off the list I'd instance them and attach them to the mouse on drag, and remove them from the list, but I can't figure out how to access a specific data point in a list object yet.