se le carichi in un MC vuoto, potresti impostare le _x e _y di tale MC così:

codice:
onClipEvent (enterFrame){
this._x=(cornice._x-(this._width/2))
this._y=(cornice._y-(this._height/2))
}
fammi sapere