我怎么不能发贴?
想请教一个问题onClipEvent (mouseDown) {
x = this._x;
y = this._y;
var mc5x = _root.mc5._x;
var mc5y = _root.mc5._y;
if (hitTest(_root._xmouse, _root._ymouse, true)) {
startDrag(this);
}
}
onClipEvent (mouseUp) {
stopDrag();
if (hitTest(_root.mc5)) {
this._x = mc5x;
this._y = mc5y;
} else {
this._x = x;
this._y = y;
}
}
这段代码里面怎么加入声音 ,就是拖入的时候,刚才发出声音