onClipEvent (load) {
_x = endX = 30;
_y = endY = 27;
div = 5;
}
onClipEvent (enterFrame) {
_x += (endX-_x)/div;
_y += (endY-_y)/div;