Can anyone tell me why this won’t work? I want the scrollPane to reset when I dump another clip into it. Thanks.
myButton.addEventListener(MouseEvent.CLICK, completeHandle);
function completeHandle(event:MouseEvent):void {
testScroll.update();
testScroll.refreshPane(); // don't think i need this
}