debugging,haxe,haxeflixel,nape
Give Drag a function like "destroyConstraints()" and set mouseJoint.space = null inside that function. In collideLightBox, call drag.destroyConstraints().
because you are setting it to be a static body with BodyType.STATIC. You need BodyType.DYNAMIC to make things move by themselves....