su un tuo clip

codice:
onClipEvent (enterFrame) {
	if(!_root.k){
	x=_root._xmouse
	y=_root._ymouse
	_x -= (_x-x)/25;
	_y -= (_y-y)/30;
	}
}