onClipEvent (enterFrame) {
if (_root._xmouse>this._x) {
this._rotation += 1;
}
if (_root._xmouse<this._x) {
this._rotation -= 1;
}
}

metti questo script sul tuo "coso" e il mondo ti sorriderà