function update() {
if (area_mc.hitTest(_xmouse, _ymouse, true)) {
temp_x = _xmouse;
temp_y = _ymouse;
} else {
handle_mc._x = temp_x;
handle_mc._y = temp_y;
}
}
handle_mc.onPress = function() {
drag = true;
this.startDrag();
};
handle_mc.onRelease = handle_mc.onReleaseOutside = function () {
drag = false;
stopDrag();
update();
};
onMouseMove = function () {
if (drag) {
update();
}
};
var drag, temp_x, temp_y;
![]() |
/upimg/soft/4/1_060723053228.fla |
admin#flashas.net (#为@) 联系QQ:
:40777822
浙ICP备06033001号