as2 yazıyorsun sanırım ama pek bilmesemde böyle olduğuunu tahmin ediyorum
onEnterFrame = function(){
1.nesnenin._x += (_xmouse/Stage.width*-(1.nesnenin._width-Stage.width) - 1.nesnenin._x)/9;
2.nesnenin._x += (_xmouse/Stage.width*-(2.nesnenin._width-Stage.width) - 2.nesnenin._x)/9;
3.nesnenin._x += (_xmouse/Stage.width*-(3.nesnenin._width-Stage.width) - 3.nesnenin._x)/9;
}