onClipEvent (load) { _x = 0; velocidad = 15; } onClipEvent (enterFrame) { posicionX = _root._xmouse; _x += (posicionX-_x)/velocidad; }