this might sound a little complicated but this is what i’m trying to do…
when you click on the movie clip (news on the site below), you can drag and drop as you want. also, when you click on the news, i want the slide down movie clip to play with a functional custom scrollbar. the problem is that i only want the top part of the news to be dragable, and the rest to be by itself, with the scrollbar. is this possible?
script i’m using to drag the movie clip:
dragMe.onPress = function(){
this.startDrag()
}
dragMe.onRelease = function(){
this.stopDrag()
}