Hey guys! I installed Adobe Master Collection CS6 today, only for Flash CS6, and I was about to keep working in my game...but weirdly all my draggable buttons are crazy!

In CS3 and CS5 , my game works perfectly, but not in CS6. You drag any movieclip with X coordinates locked to an empty movieclip's width, and It drags X and Y!!! My movieclips are supposed to be dragged horizontally only.

This is my code:

Actionscript Code:
ladder.onPress=function(){
    this.startDrag(false, contenedor._width );
   
}
ladder.onRelease=function(){
    this.stopDrag();
   
}


What's new ( or changed, bah! ) in Flash CS6? Thanks