First time method "StartGame:" in Menu.h is launched, the game works impeccably.
However during playtime, if user goes back to Menu- I use
[[CCDirector sharedDirector]replaceScene:[Menu scene]];
all type of animation freezes and schedule functions are unresponsive.
What the heck is going on ?