I am trying to have two states working at the same time, which is going as suspected. So I have state A running, and on top of that I start state B. Then after a while I want to end state B so only state A is running again. The problem is that I can't shutdown state B. Calling the shutdown function doesn't really do anything. And shutting it down by doing "game.state.start('A', true);" restarts state A, which is unwanted. I just want to shutdown state B and return to state A.