function centrar(clip_mc) { clip_mc._x = (Stage.width-clip_mc._width)/2; clip_mc._y = (Stage.height-clip_mc._height)/2; } //uso centrar(mi_mc);