about popScene action

when run scene1
i will push scene1
and replace scene2
then pop scene1
but all action stop in scene1

why ,what and how will i do ?
thank you

Didn’t understand what you want to do. There’s a current scene which is running (it is updated and actions are running). It’s the top scene in scenes stack. Whenever you push another scene, it becomes current and the previous scene stops running. You can pop the top scene so the previous becomes current again. You can also replace the top scene with another one.