Position of actor in the different scenes

I have game with the Dynamic actor. In the game there are some scenes linked with one and the same actor. When I pass from one scene to another a position of the actor revert in initial position. How to make so that at transition of the scene to another scene the position of the actor remained as in the previous scene.

python

(I believe messages can be sent between scenes, and using this ability send a message from the old scene to the new one containing the location of the character

It is possible, though I wouldn’t be the one to say in more depth exactly how right now

and stuff)