onClipEvent (mouseDown){
if(
hitTest(_root._xmouse,_root._ymouse,false)){
startDrag("",true);
x=
this._x;
y=
this._y;
}
}
onClipEvent (mouseUp){
stopDrag();
if(!hitTest(_root.
di28)){
this._x=x;
this._y=y;
}else{
this._x=_root.di28._x;
this._y=_root.di28._y;
}
红色字是什么意思?求助