method setScene(New_scene) problem

How with Python change the scene which will be deleted and the scene which will be inserted. I use “AddOwerlyScene and RemoveScene actuators as add_act and remove_act” and method “add_act.setScene (New_scene)” but method “add_act.getScene()” return to me the previously scene

Perhaps you should post a bit of your code…

One thing that helps with actuators is that you have to call the GameLogic function addActiveActuator(act, 1) in order for that actuator to do what you want it to do.

Tom