Answered
I think my code is poorly parsed?
I'ts been a while and when I wrote this code, It worked, but something about it seems wrong:
onEnterFrame = function(){
bucket_mc.onPress = function(){startDrag(this);}
bucket_mc.onRelease = function(){stopDrag();}
}
like it's too bulky or something. Am I just imagining this?