Possible to rotate stage?

Say there is a sprite character on top of a planet circle and it moves right or left. Is it possible to rotate the stage so it looks as if the character is moving around the planet while staying true to its gravity?

If it’s not possible, is there such a way to go about this?

Every planet will have its own center of gravity so I can’t place a generic stage coordinate system to move the character downwards.

First picture demonstrates a character on top of a planet. Nothing altered.

Second picture shows the character moving right without any sort of camera or stage rotation, so it would look as if the character would fall off the side of the planet.

The last picture shows the same movement from picture 2, but this time with camera or stage rotation, so gravity is constantly pulling the character downwards towards the planet’s center.

How can i achieve the effect in the third picture with actionscript?