onClipEvent(enterFrame){ xm = _root._xmouse; ym = _root._ymouse; x = this._x; y = this._y; this._x = x+(xm-x)*0.45; this._y = y+(ym-y)*0.45; }