There's no facility in actionscript for doing this automatically, but you can simulate it.

Briefly, you place your movie clip (mc1) inside another movie clip (mc2). When you want to change the centre point of mc1, just move mc2 to the new position, and move mc1 by the opposite amount.

Here's a file that demonstrates the idea.

Hope this helps.