square_mc.onPress = function () { this.startDrag (); }; square_mc.onRelease = function () { this.stopDrag (); if (this.hitTest (circle_mc)) { trace ("верно!!!" + this); var clr = new Color (this); clr.setRGB (0x00FF00); } };