Scroll, drag, drop - how hard can it be?

Does anyone know of a way to be able to drag the statement onto the main screen from the scroll ball. Need to be able to scroll through the statements and allow the user to drag out the relevant ones.

Any help greatly appreciated.

Claire

One way you could do this is to set the properties of the movieclip to export for actionscript. this way, you could call a function from the button you press to make a new movieclip, attaching the movie clip that the button tells it to (passed in the called of the function) and then attachMovie to make the new draggable mc the same as the one pressed.